MathMultiplyT Method
Returns the product of a and b.
Namespace: Metas.UncLib.CoreAssembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
public static T Multiply<T>(
T a,
T b
)
where T : Object, INumber<T>
Public Shared Function Multiply(Of T As {Object, INumber(Of T)}) (
a As T,
b As T
) As T
public:
generic<typename T>
where T : Object, INumber<T>
static T Multiply(
T a,
T b
)
static member Multiply :
a : 'T *
b : 'T -> 'T when 'T : Object and INumber<'T>
- a T
- The first operand
- b T
- The second operand
- T
- Type
Tthe product