mathexponent Method (Single) |
Gets the exponent bits of the specified floating-point number.
Namespace:
C
Assembly:
C.math (in C.math.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static int exponent(
float number
)
Public Shared Function exponent (
number As Single
) As Integer
public:
static int exponent(
float number
)
static member exponent :
number : float32 -> int
Parameters
- number
- Type: SystemSingle
A floating-point number.
Return Value
Type:
Int32The exponent bits of the specified floating-point
number; i.e. the biased exponent.
Remarks
See Also