NFloat.CreateSaturating<TOther>(TOther) 메서드

정의

값에서 현재 형식의 인스턴스를 만들어 현재 형식의 표현 가능한 범위를 벗어나는 모든 값을 채도합니다.

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static System::Runtime::InteropServices::NFloat CreateSaturating(TOther value) = System::Numerics::INumberBase<System::Runtime::InteropServices::NFloat>::CreateSaturating;
public static System.Runtime.InteropServices.NFloat CreateSaturating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateSaturating : 'Other -> System.Runtime.InteropServices.NFloat (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateSaturating(Of TOther As INumberBase(Of TOther)) (value As TOther) As NFloat

형식 매개 변수

TOther

value의 형식입니다.

매개 변수

value
TOther

인스턴스를 만드는 데 사용되는 값입니다 TSelf.

반환

에서 value만든 의 TSelf 인스턴스로, 가 의 표시 가능한 범위를 벗어나면 value 포화 상태가 TSelf됩니다.

구현

적용 대상