Skip to content

P_CodeJam_Arithmetic_Operators_1_UnaryMinus

Andrew Koryavchenko edited this page Jun 17, 2018 · 6 revisions

Operators(T).UnaryMinus Property

UnaryMinus operator.

Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

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

Property Value

Type: Func(T, T)
The UnaryMinus operator.

See Also

Reference

Operators(T) Class
CodeJam.Arithmetic Namespace

Clone this wiki locally