-
Couldn't load subscription status.
- Fork 35
P_CodeJam_Arithmetic_Operators_1_OnesComplement
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
OnesComplement operator.
Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Func<T, T> OnesComplement { get; }VB
Public Shared ReadOnly Property OnesComplement As Func(Of T, T)
GetF#
static member OnesComplement : Func<'T, 'T> with get