Click or drag to resize

RhinoMathTryParseNumber Method

Evaluates command line math expression.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public static bool TryParseNumber(
	string expression,
	out double result
)

Parameters

expression
Type: SystemString
result
Type: SystemDouble

Return Value

Type: Boolean
true if successful otherwise false
See Also