Represents the number of bits 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 SingleBinaryPrecision = 24
Public Const SingleBinaryPrecision As Integer = 24
public:
literal int SingleBinaryPrecision = 24
static val mutable SingleBinaryPrecision: int
Field Value
Type:
Int32
The value of this field is 53.
Reference