Struct MathHelperOptions
- Namespace
- NCalc.Helpers
- Assembly
- NCalc.Core.dll
public readonly struct MathHelperOptions
- Inherited Members
-
Constructors
MathHelperOptions(CultureInfo, ExpressionOptions)
public MathHelperOptions(CultureInfo cultureInfo, ExpressionOptions options)
Parameters
cultureInfo
CultureInfo
options
ExpressionOptions
Properties
AllowBooleanCalculation
public bool AllowBooleanCalculation { get; }
Property Value
- bool
AllowCharValues
public bool AllowCharValues { 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
Operators
implicit operator MathHelperOptions(CultureInfo)
public static implicit operator MathHelperOptions(CultureInfo cultureInfo)
Parameters
cultureInfo
CultureInfo
Returns
- MathHelperOptions