IFloatingPointIeee754<TSelf>.BitDecrement(TSelf) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Returns the largest value that compares less than a specified value.

C#
public static abstract TSelf BitDecrement(TSelf x);

Parameters

x
TSelf

The value to be bitwise decremented.

Returns

TSelf

The largest value that compares less than x.

Applies to

Product Versions
.NET 7, 8, 9, 10