Description:

- 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.

Syntax:
public static StringParserSettings ParseSettingsRationalNumber {get}
Returns:
Available since:
6.0

/
/
/
ParseSettingsRationalNumber

ParseSettingsRationalNumber property

Class:  Rhino.Input.StringParserSettings

Nothing found