Click or drag to resize

XYPairSubtraction Operator

Subctract xy2 from xy1.

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public static XYPair operator -(
	XYPair xy1,
	XYPair xy2
)

Parameters

xy1
Type: DHI.Mike1D.GenericXYPair

[Missing <param name="xy1"/> documentation for "M:DHI.Mike1D.Generic.XYPair.op_Subtraction(DHI.Mike1D.Generic.XYPair,DHI.Mike1D.Generic.XYPair)"]

xy2
Type: DHI.Mike1D.GenericXYPair

[Missing <param name="xy2"/> documentation for "M:DHI.Mike1D.Generic.XYPair.op_Subtraction(DHI.Mike1D.Generic.XYPair,DHI.Mike1D.Generic.XYPair)"]

Return Value

Type: XYPair

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.XYPair.op_Subtraction(DHI.Mike1D.Generic.XYPair,DHI.Mike1D.Generic.XYPair)"]

See Also