NFloat.BitDecrement(NFloat) Method

Definition

Decrements a value to the smallest value that compares less than a given value.

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

Parameters

x
NFloat

The value to be bitwise decremented.

Returns

The smallest value that compares less than x.

Implements

Applies to