Big
            
            
            Truncates a BigFloat value to the nearest integer.
            
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
    C#
    
 
 
The BigFloat value that equals the integer closest to value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
public static BigFloat Truncate(
	BigFloat value
)Parameters
Return Value
BigFloatThe BigFloat value that equals the integer closest to value.
Implements
IFloatingPoint<TSelf>.Truncate(TSelf)Exceptions
| Argument | value is null. |