RhinoMathTryParseNumber Method |
Evaluates command line math expression.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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:
Booleantrue if successfull otherwise false
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also