Click or drag to resize

FieldWrapperTDivision 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 dividend.
w2
Type: WhetStone.FieldingFieldWrapperT
The divisor.

Return Value

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