Click or drag to resize

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)
Syntax
C#
public virtual T PowInt(
	T base,
	int x
)

Parameters

base
Type: T
The element to raise.
x
Type: SystemInt32
The integer exponent.

Return Value

Type: T
base raised to x.
See Also