Single.BitDecrement(Single) Method

Definition

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

public:
 static float BitDecrement(float x) = System::Numerics::IFloatingPointIeee754<float>::BitDecrement;
public static float BitDecrement (float x);
static member BitDecrement : single -> single
Public Shared Function BitDecrement (x As Single) As Single

Parameters

x
Single

The value to be bitwise decremented.

Returns

The smallest value that compares less than x.

Implements

Applies to