Decimal.INumberBase<Decimal>.MaxMagnitudeNumber Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Confronta due valori per calcolare che ha la grandezza maggiore e restituisce l'altro valore se un input è NaN
.
static System::Decimal System.Numerics.INumberBase<System.Decimal>.MaxMagnitudeNumber(System::Decimal x, System::Decimal y) = System::Numerics::INumberBase<System::Decimal>::MaxMagnitudeNumber;
static decimal INumberBase<decimal>.MaxMagnitudeNumber (decimal x, decimal y);
static member System.Numerics.INumberBase<System.Decimal>.MaxMagnitudeNumber : decimal * decimal -> decimal
Shared Function MaxMagnitudeNumber (x As Decimal, y As Decimal) As Decimal Implements INumberBase(Of Decimal).MaxMagnitudeNumber
Parametri
- x
- Decimal
Valore da confrontare con y
.
- y
- Decimal
Valore da confrontare con x
.
Restituisce
x
se è maggiore di y
; in caso contrario, y
.
Implementazioni
Si applica a
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.