NFloat.BitDecrement(NFloat) Metod

Definition

Minskar ett värde till det minsta värdet som jämför mindre än ett angivet värde.

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

Parametrar

x
NFloat

Värdet som ska minskas bitvis.

Returer

Det minsta värdet som jämför mindre än x.

Implementeringar

Gäller för