INumberBase<TSelf>.CreateTruncating<TOther>(TOther) 메서드

정의

값에서 현재 형식의 instance 만들어 현재 형식의 표현 가능한 범위를 벗어나는 값을 잘려냅니다.

public:
generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static override TSelf CreateTruncating(TOther value);
public static virtual TSelf CreateTruncating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateTruncating : 'Other -> 'Self (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Overrides Function CreateTruncating(Of TOther As INumberBase(Of TOther)) (value As TOther) As TSelf

형식 매개 변수

TOther

value의 형식입니다.

매개 변수

value
TOther

의 instance TSelf만드는 데 사용되는 값입니다.

반환

TSelf

에서 만든 valueTSelf instance 가 의 표시 가능한 범위를 TSelf벗어나면 value 잘림

예외

TOther은 지원되지 않습니다.

적용 대상