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