NFloat.Ceiling(NFloat) 메서드

정의

값의 최대값을 계산합니다.

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

매개 변수

x
NFloat

계산할 최대값입니다.

반환

x의 최대입니다.

구현

적용 대상