Represents the number of decimal digits of precision in the representation of single-precision
floating-point numbers.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public const int SingleDecimalPrecision = 15
Public Const SingleDecimalPrecision As Integer = 15
public:
literal int SingleDecimalPrecision = 15
static val mutable SingleDecimalPrecision: int
Field Value
Type:
Int32
The value of this field is 7.
Reference