 | FieldTPowInt Method |
Returns an element raised to an integer power.
Namespace:
WhetStone.Fielding
Assembly:
WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntaxpublic virtual T PowInt(
T base,
int x
)
Parameters
- base
- Type: T
The element to raise. - x
- Type: SystemInt32
The integer exponent.
Return Value
Type:
Tbase raised to
x.
See Also