Calculates the integral part of a specified quadruple precision number.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static Quad Truncate(
Quad value
)
Public Shared Function Truncate (
value As Quad
) As Quad
public:
static Quad Truncate(
Quad value
)
static member Truncate :
value : Quad -> Quad
Parameters
- value
- Type: Extreme.MathematicsQuad
A number to truncate.
Return Value
Type:
Quad
The integral part of
value; that is, the number that remains after any fractional
digits have been discarded.
Reference