CalculationOptionsIgnoreZeroPowerZeroException Property
Determines whether to ignore zero-power-zero exception during calculation or not.
Namespace: SMath.Math.NumericAssembly: SMath.Math.Numeric (in SMath.Math.Numeric.dll) Version: 1.67.9018.0
public bool IgnoreZeroPowerZeroException { get; set; }
Public Property IgnoreZeroPowerZeroException As Boolean
Get
Set
public:
property bool IgnoreZeroPowerZeroException {
bool get ();
void set (bool value);
}
member IgnoreZeroPowerZeroException : bool with get, set
Property Value
Boolean