Struct MathHelperOptions
- Namespace
- NCalc.Helpers
- Assembly
- NCalc.dll
public readonly struct MathHelperOptions
- Inherited Members
-
Constructors
MathHelperOptions(CultureInfo, ExpressionOptions)
public MathHelperOptions(CultureInfo cultureInfo, ExpressionOptions options)
Parameters
cultureInfo CultureInfo
options ExpressionOptions
Fields
Empty
public static MathHelperOptions Empty
Field Value
- MathHelperOptions
Properties
AllOptions
public ExpressionOptions AllOptions { get; }
Property Value
- ExpressionOptions
AllowBooleanCalculation
public bool AllowBooleanCalculation { get; }
Property Value
- bool
AllowCharValues
public bool AllowCharValues { get; }
Property Value
- bool
AvoidDynamicFunctions
public bool AvoidDynamicFunctions { get; }
Property Value
- bool
CultureInfo
public CultureInfo CultureInfo { get; }
Property Value
- CultureInfo
DecimalAsDefault
public bool DecimalAsDefault { get; }
Property Value
- bool
OverflowProtection
public bool OverflowProtection { get; }
Property Value
- bool
ReduceDivResultToInteger
public bool ReduceDivResultToInteger { get; }
Property Value
- bool
SupportTimeOperations
public bool SupportTimeOperations { get; }
Property Value
- bool
UseBigNumbers
public bool UseBigNumbers { get; }
Property Value
- bool
Operators
implicit operator ComparisonOptions(MathHelperOptions)
public static implicit operator ComparisonOptions(MathHelperOptions options)
Parameters
options MathHelperOptions
Returns
- ComparisonOptions
implicit operator MathHelperOptions(CultureInfo)
public static implicit operator MathHelperOptions(CultureInfo cultureInfo)
Parameters
cultureInfo CultureInfo
Returns
- MathHelperOptions