NFloat.Floor(NFloat) Metodo

Definizione

Calcola il piano di un valore.

public:
 static System::Runtime::InteropServices::NFloat Floor(System::Runtime::InteropServices::NFloat x) = System::Numerics::IFloatingPoint<System::Runtime::InteropServices::NFloat>::Floor;
public static System.Runtime.InteropServices.NFloat Floor (System.Runtime.InteropServices.NFloat x);
static member Floor : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Function Floor (x As NFloat) As NFloat

Parametri

x
NFloat

Valore il cui piano deve essere calcolato.

Restituisce

Parte intera di x.

Implementazioni

Si applica a