There was an error while loading. Please reload this page.
UnaryMinus operator.
Namespace: CodeJam.ArithmeticAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Func<T, T> UnaryMinus { get; }
VB
Public Shared ReadOnly Property UnaryMinus As Func(Of T, T) Get
F#
static member UnaryMinus : Func<'T, 'T> with get
Type: Func(T, T)The UnaryMinus operator.
Operators(T) ClassCodeJam.Arithmetic Namespace