IntPtr.CreateTruncating<TOther>(TOther) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の型のインスタンスを値から作成し、現在の型の表現可能範囲外の値を切り捨てます。
public:
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static IntPtr CreateTruncating(TOther value) = System::Numerics::INumberBase<IntPtr>::CreateTruncating;
public static IntPtr CreateTruncating<TOther> (TOther value) where TOther : System.Numerics.INumberBase<TOther>;
static member CreateTruncating : 'Other -> nativeint (requires 'Other :> System.Numerics.INumberBase<'Other>)
Public Shared Function CreateTruncating(Of TOther As INumberBase(Of TOther)) (value As TOther) As IntPtr
型パラメーター
- TOther
value
の種類。
パラメーター
- value
- TOther
TSelf
のインスタンスの作成に使用される値。
戻り値
IntPtr
nativeint
value
から作成された TSelf
のインスタンス。value
が TSelf
の表現可能な範囲外にある場合は切り捨てられます。
実装
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET