RhinoMath.ParseNumber Method

RhinoMathParseNumber Method

Evaluates command line math expression.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static double ParseNumber(
	string expression
)
Public Shared Function ParseNumber ( 
	expression As String
) As Double

Parameters

expression
Type: SystemString

Return Value

Type: Double
result
Exceptions
ExceptionCondition
ArgumentNullExceptionexpression is null.
FormatExceptionexpression cannot be parsed.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also