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

实现

适用于