NFloat.Floor(NFloat) Metod

Definition

Beräknar golvet i ett värde.

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

Parametrar

x
NFloat

Värdet vars golv ska beräknas.

Returer

Golvet i x.

Implementeringar

Gäller för