C-minor v0.0

CompileTimeOperators.op_OnesComplement Method

Assembly: Topten.Cminor.Compiler.dll
Namespace: Topten.Cminor
Declaring Type: CompileTimeOperators

Overloads

op_OnesComplement(int)
op_OnesComplement(uint)
op_OnesComplement(long)
op_OnesComplement(UInt64)

op_OnesComplement(int)

public static int op_OnesComplement(int value);

Parameters

int value

Returns

int

op_OnesComplement(uint)

public static uint op_OnesComplement(uint value);

Parameters

uint value

Returns

uint

op_OnesComplement(long)

public static long op_OnesComplement(long value);

Parameters

long value

Returns

long

op_OnesComplement(UInt64)

public static UInt64 op_OnesComplement(UInt64 value);

Parameters

UInt64 value

Returns

UInt64