NFloat.Floor(NFloat) 方法

定義

計算值的底板。

public:
 static System::Runtime::InteropServices::NFloat Floor(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>::Floor;
public static System.Runtime.InteropServices.NFloat Floor (System.Runtime.InteropServices.NFloat x);
static member Floor : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Floor (x As NFloat) As NFloat

參數

x
NFloat

要計算其樓層的值。

傳回

x 的最低限度值。

實作

適用於