NFloat.Truncate(NFloat) メソッド

定義

値を切り捨てます。

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

パラメーター

x
NFloat

切り捨てる値。

戻り値

x切り捨て。

実装

適用対象