NFloat.Truncate(NFloat) Method

Definition

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.NFloat
Public Shared Function Truncate (x As NFloat) As NFloat

Parameters

x
NFloat

The value to truncate.

Returns

The truncation of x.

Implements

Applies to