Class MathOptions
public sealed class MathOptions
- Inheritance
-
MathOptions
- Inherited Members
Properties
AllowBooleanCalculation
Allows arithmetic operations with bool values.
public bool AllowBooleanCalculation { get; init; }
Property Value
FloatingPointNumberType
Gets the default parsed floating point number type.
public FloatingPointNumberType FloatingPointNumberType { get; init; }
Property Value
IntegerNumberType
Gets the default parsed integer number type.
public IntegerNumberType IntegerNumberType { get; init; }
Property Value
MidpointRounding
Gets the midpoint rounding strategy.
public MidpointRounding MidpointRounding { get; init; }
Property Value
OverflowProtection
Checks arithmetic binary operations for overflow.
public bool OverflowProtection { get; init; }