Click or drag to resize

MatrixSwapRows Method

Exchanges two rows.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool SwapRows(
	int rowA,
	int rowB
)

Parameters

rowA
Type: SystemInt32
A first row.
rowB
Type: SystemInt32
Another row.

Return Value

Type: Boolean
true if operation succeeded; otherwise false.
See Also