Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 478 Bytes

BigInt.op_OnesComplement.ms6Y202pSALkc9pVLGv.BQ.md

File metadata and controls

13 lines (12 loc) · 478 Bytes

BigInt.operator ~(BigInt) Operator

Returns the bitwise inverse (bitwise NOT).

public static KeepCoding.BigInt operator ~(KeepCoding.BigInt op);

Parameters

op BigInt

Returns

BigInt