Skip to content

P_CodeJam_Arithmetic_Operators_1_Plus

andrewvk edited this page Jul 1, 2016 · 6 revisions

Operators(T).Plus Property

Plus operator.

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

Syntax

C#

public static Func<T, T, T> Plus { get; }

VB

Public Shared ReadOnly Property Plus As Func(Of T, T, T)
	Get

F#

static member Plus : Func<'T, 'T, 'T> with get

Property Value

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

See Also

Reference

Operators(T) Class
CodeJam.Arithmetic Namespace

Clone this wiki locally