RhinoMath.TryParseNumber Method

RhinoMathTryParseNumber Method

Evaluates command line math expression.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool TryParseNumber(
	string expression,
	out double result
)
Public Shared Function TryParseNumber ( 
	expression As String,
	<OutAttribute> ByRef result As Double
) As Boolean

Parameters

expression
Type: SystemString
result
Type: SystemDouble

Return Value

Type: Boolean
true if successfull otherwise false
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also