Half.BitIncrement(Half) Method

Definition

Increments a value to the smallest value that compares greater than a given value.

public:
 static Half BitIncrement(Half x) = System::Numerics::IFloatingPointIeee754<Half>::BitIncrement;
public static Half BitIncrement (Half x);
static member BitIncrement : Half -> Half
Public Shared Function BitIncrement (x As Half) As Half

Parameters

x
Half

The value to be bitwise incremented.

Returns

The smallest value that compares greater than x.

Implements

Applies to