MathMultiplyT Method

Returns the product of a and b.

Definition

Namespace: Metas.UncLib.Core
Assembly: Metas.UncLib.Core (in Metas.UncLib.Core.dll) Version: 2.8.9053.20192
C#
public static T Multiply<T>(
	T a,
	T b
)
where T : Object, INumber<T>

Parameters

a  T
The first operand
b  T
The second operand

Type Parameters

T
Type

Return Value

T
the product

See Also