Represents the number of bits in the representation of single-precision
floating-point numbers.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference