Complex<T>.INumberBase<Complex<T>>.TryConvertToSaturating<TOther> Method

Definition

generic <typename TOther>
 where TOther : System::Numerics::INumberBase<TOther> static bool System.Numerics.INumberBase<System.Numerics.Complex<T>>.TryConvertToSaturating(System::Numerics::Complex<T> value, [Runtime::InteropServices::Out] TOther % result) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::TryConvertToSaturating;
static bool INumberBase<Complex<T>>.TryConvertToSaturating<TOther>(System.Numerics.Complex<T> value, out TOther result) where TOther : System.Numerics.INumberBase<TOther>;
static member System.Numerics.INumberBase<System.Numerics.Complex<T>>.TryConvertToSaturating : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> * 'Other -> bool (requires 'Other :> System.Numerics.INumberBase<'Other>)
 Shared Function TryConvertToSaturating(Of TOther As INumberBase(Of TOther)) (value As Complex(Of T), ByRef result As TOther) As Boolean Implements INumberBase(Of Complex(Of T)).TryConvertToSaturating

Type Parameters

TOther

Parameters

value
Complex<T>
result
TOther

Returns

Implements

Applies to