 | FieldTProduct Method |
Get the product of two elements.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic abstract T Product(
T a,
T b
)
Parameters
- a
- Type: T
The first multiplicand. - b
- Type: T
The second multiplicand.
Return Value
Type:
TThe product of
a and
b.
See Also