Click or drag to resize

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)
Syntax
C#
public abstract T Pow(
	T a,
	T b
)

Parameters

a
Type: T
The base.
b
Type: T
The exponential.

Return Value

Type: T
a to the power of b.
See Also