Quad.Truncate Method
Calculates the integral part of a specified quadruple precision number.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The integral part of value; that is, the number that remains after any fractional digits have been discarded.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static Quad Truncate(
Quad value
)
Parameters
- value Quad
- A number to truncate.
Return Value
QuadThe integral part of value; that is, the number that remains after any fractional digits have been discarded.