IFloatingPointIeee754<TSelf>.BitIncrement(TSelf) Method

Definition

Returns the smallest value that compares greater than a specified value.

public:
 static TSelf BitIncrement(TSelf x);
public static abstract TSelf BitIncrement (TSelf x);
static member BitIncrement : 'Self -> 'Self
Public Shared Function BitIncrement (x As TSelf) As TSelf

Parameters

x
TSelf

The value to be bitwise incremented.

Returns

TSelf

The smallest value that compares greater than x.

Applies to