NFloat.Floor(NFloat) Methode

Definitie

Berekent de vloer van een waarde.

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

Parameters

x
NFloat

De waarde waarvan de vloer moet worden berekend.

Retouren

De vloer van x.

Implementeringen

Van toepassing op