次の方法で共有


UIntPtr.CreateTruncating<TOther>(TOther) メソッド

定義

現在の型のインスタンスを値から作成し、現在の型の表現可能範囲外の値を切り捨てます。

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

型パラメーター

TOther

valueの種類。

パラメーター

value
TOther

TSelfのインスタンスの作成に使用される値。

戻り値

UIntPtr

unativeint

valueから作成された TSelf のインスタンス。valueTSelfの表現可能な範囲外にある場合は切り捨てられます。

実装

適用対象