Click or drag to resize

FieldWrapperTMultiply Operator

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,
	FieldWrapper<T> w2
)

Parameters

w1
Type: WhetStone.FieldingFieldWrapperT
The first multiplicand.
w2
Type: WhetStone.FieldingFieldWrapperT
The second multiplicand.

Return Value

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