Complex<T>.INumberBase<Complex<T>>.MinMagnitudeNumber Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
static System::Numerics::Complex<T> System.Numerics.INumberBase<System.Numerics.Complex<T>>.MinMagnitudeNumber(System::Numerics::Complex<T> x, System::Numerics::Complex<T> y) = System::Numerics::INumberBase<System::Numerics::Complex<T>>::MinMagnitudeNumber;
static System.Numerics.Complex<T> INumberBase<Complex<T>>.MinMagnitudeNumber(System.Numerics.Complex<T> x, System.Numerics.Complex<T> y);
static member System.Numerics.INumberBase<System.Numerics.Complex<T>>.MinMagnitudeNumber : System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> * System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)> -> System.Numerics.Complex<'T (requires 'T :> System.Numerics.IFloatingPointIeee754<'T> and 'T :> System.Numerics.IMinMaxValue<'T>)>
Shared Function MinMagnitudeNumber (x As Complex(Of T), y As Complex(Of T)) As Complex(Of T) Implements INumberBase(Of Complex(Of T)).MinMagnitudeNumber