다음을 통해 공유


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

정의

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

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

형식 매개 변수

TOther

value형식입니다.

매개 변수

value
TOther

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

반환

UIntPtr

unativeint

value생성된 TSelf 인스턴스로, value 표현 가능한 TSelf범위를 벗어나면 포화 상태입니다.

구현

적용 대상