Complex.INumberBase<Complex>.MinMagnitudeNumber Metodo

Definizione

Confronta due valori per calcolare che ha la grandezza minore e restituisce l'altro valore se un input è NaN.

 static System::Numerics::Complex System.Numerics.INumberBase<System.Numerics.Complex>.MinMagnitudeNumber(System::Numerics::Complex x, System::Numerics::Complex y) = System::Numerics::INumberBase<System::Numerics::Complex>::MinMagnitudeNumber;
static System.Numerics.Complex INumberBase<Complex>.MinMagnitudeNumber (System.Numerics.Complex x, System.Numerics.Complex y);
static member System.Numerics.INumberBase<System.Numerics.Complex>.MinMagnitudeNumber : System.Numerics.Complex * System.Numerics.Complex -> System.Numerics.Complex
 Shared Function MinMagnitudeNumber (x As Complex, y As Complex) As Complex Implements INumberBase(Of Complex).MinMagnitudeNumber

Parametri

x
Complex

Valore da confrontare con y.

y
Complex

Valore da confrontare con x.

Restituisce

x se è minore di y; in caso contrario, y.

Implementazioni

Si applica a