Click or drag to resize

FieldWrapperTSubtraction 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 minuend.
w2
Type: WhetStone.FieldingFieldWrapperT
The subtrahend.

Return Value

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