 | FieldTPow Method |
Get the power of two elements.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic abstract T Pow(
T a,
T b
)
Parameters
- a
- Type: T
The base. - b
- Type: T
The exponential.
Return Value
Type:
Ta to the power of
b.
See Also