StringParserSettings.ParseSettingsRationalNumber Property

StringParserSettingsParseSettingsRationalNumber Property

- The rational number settings parse and optional unary + or unary - and then parse one or more digits.If a rational number fraction bar follows the last digit in the numerator, then it is parsed and an integer denominator is parsed.The denominator cannot have a unary + or - preceding the digits.Parsing stops after the last digit in the denominator.

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static StringParserSettings ParseSettingsRationalNumber { get; }
Public Shared ReadOnly Property ParseSettingsRationalNumber As StringParserSettings
	Get

Property Value

Type: StringParserSettings
Version Information

Rhino for Windows

Supported in: 6.8
See Also