Table of Contents

Struct MathHelperOptions

Namespace
NCalc.Helpers
Assembly
NCalc.Core.dll
public readonly struct MathHelperOptions
Inherited Members

Properties

CultureInfo

public required CultureInfo CultureInfo { get; init; }

Property Value

CultureInfo

EnableBooleanCalculation

public required bool EnableBooleanCalculation { get; init; }

Property Value

bool

OverflowProtection

public required bool OverflowProtection { get; init; }

Property Value

bool

UseDecimals

public required bool UseDecimals { get; init; }

Property Value

bool

Operators

implicit operator MathHelperOptions(CultureInfo)

public static implicit operator MathHelperOptions(CultureInfo cultureInfo)

Parameters

cultureInfo CultureInfo

Returns

MathHelperOptions