Skip to content

UInt24.OnesComplement Operator

Definition

Computes the ones-complement representation of a given value.

public static UInt24 operator OnesComplement(UInt24 value);

View source

Parameters

Name Type Description
value UInt24 The value for which to compute the ones-complement.

Returns

UInt24

The ones-complement of value.