Represents the smallest possible binary exponent in the representation of single-precision floating-point numbers.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 4.2.11333.0 (4.2.12253.0)
Syntax
| C# |
public const int SingleMinExponent
|
| Visual Basic (Declaration) |
Public Const SingleMinExponent As Integer
|
| Visual C++ |
public:
literal int SingleMinExponent
|
| F# |
static val mutable SingleMinExponent: int
|
Remarks
See Also