MachineConstants.SingleDecimalPrecision Field

Represents the number of decimal digits of precision in the representation of single-precision floating-point numbers.

Definition

Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public const int SingleDecimalPrecision = 15

Field Value

Int32

Remarks

The value of this field is 7.

See Also