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