Complex.INumberBase<Complex>.TryConvertToSaturating<TOther> メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在の型のインスタンスを別の型に変換しようとします。現在の型の表現可能な範囲外の値が飽和状態になります。
generic <typename TOther>
where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Numerics.Complex>.TryConvertToSaturating(System::Numerics::Complex value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<System::Numerics::Complex>::TryConvertToSaturating;
static bool INumberBase<Complex>.TryConvertToSaturating<TOther>(System.Numerics.Complex value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.Complex>.TryConvertToSaturating : System.Numerics.Complex * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
Shared Function TryConvertToSaturating(Of TOther As INumberBase(Of TOther)) (value As Complex, ByRef result As TOther) As Boolean Implements INumberBase(Of Complex).TryConvertToSaturating
型パラメーター
- TOther
valueの変換先の型。
パラメーター
- value
- Complex
TOtherのインスタンスの作成に使用される値。
- result
- TOther
このメソッドが戻るときに、TOtherから変換されたvalueのインスタンスが格納されます。