NFloat.Truncate(NFloat) Method 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Truncates a value.
public:
 static System::Runtime::InteropServices::NFloat Truncate(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>::Truncate;public static System.Runtime.InteropServices.NFloat Truncate(System.Runtime.InteropServices.NFloat x);static member Truncate : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloatPublic Shared Function Truncate (x As NFloat) As NFloatParameters
- x
- NFloat
The value to truncate.
Returns
The truncation of x.