Click or drag to resize

FieldWrapperTPowInt Method

Get the element raised to an exponent.

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public FieldWrapper<T> PowInt(
	int p
)

Parameters

p
Type: SystemInt32
The exponent.

Return Value

Type: FieldWrapperT
val raised to p.
See Also