Click or drag to resize

FieldWrapperTExclusiveOr Operator (FieldWrapperT, Int32)

Namespace:  WhetStone.Fielding
Assembly:  WhetStone (in WhetStone.dll) Version: 1.0.4.0 (1.0.0.0)
Syntax
C#
public static FieldWrapper<T> operator ^(
	FieldWrapper<T> w1,
	int w2
)

Parameters

w1
Type: WhetStone.FieldingFieldWrapperT
The base.
w2
Type: SystemInt32
The exponent.

Return Value

Type: FieldWrapperT
The power of w1 and w2.
See Also