Click or drag to resize

ClipperBaseSwap Method

[Missing <summary> documentation for "M:ClipperLib.ClipperBase.Swap(System.Int64@,System.Int64@)"]


Namespace: ClipperLib
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Swap(
	ref long val1,
	ref long val2
)

Parameters

val1  Int64

[Missing <param name="val1"/> documentation for "M:ClipperLib.ClipperBase.Swap(System.Int64@,System.Int64@)"]

val2  Int64

[Missing <param name="val2"/> documentation for "M:ClipperLib.ClipperBase.Swap(System.Int64@,System.Int64@)"]

See Also