-
Notifications
You must be signed in to change notification settings - Fork 36
P_CodeJam_Arithmetic_Operators_1_LessThanOrEqual
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
LessThanOrEqual operator.
Namespace: CodeJam.Arithmetic
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static Func<T, T, bool> LessThanOrEqual { get; }
VB
Public Shared ReadOnly Property LessThanOrEqual As Func(Of T, T, Boolean)
Get
F#
static member LessThanOrEqual : Func<'T, 'T, bool> with get