Search:

Type: Posts; User: ATeDe

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    27,535

    Re: VB.NET Expression Evaluator using CodeDom.

    All Functions from System.Math Class

    Imports System.Math

    Starting from Math.Abs Method and ending with Math.Truncate
  2. Replies
    6
    Views
    27,535

    Re: VB.NET Expression Evaluator using CodeDom.

    Exp = "(Math.Sqrt(Math.Pow((50) / 2, 2) + (Math.Pow((30), 2))))"
    Exp = ProcessCommand(Exp)
    Console.WriteLine("Exp=" & Exp)

    Exp = 39.0512483795333
Results 1 to 2 of 2



Click Here to Expand Forum to Full Width