14.2.4.8 OnesComplement

This method returns the result of a one's complement operation on the specified OracleBoolean value.

Declaration

// C#
public static OracleBoolean OnesComplement(OracleBoolean value1);

Parameters

  • value1

    An OracleBoolean instance

Return Value

An OracleBoolean that contains the value of the result of a one's complement operation on the specified OracleBoolean value.

Remarks

If the specified OracleBoolean instance is null, an OracleBoolean with a null value will be returned.