Click or drag to resize
Accord.NET (logo)

MatrixSwapT Method (T, T)

Swaps the contents of two object references.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static void Swap<T>(
	ref T a,
	ref T b
)
Request Example View Source

Parameters

a
Type: T
b
Type: T

Type Parameters

T
See Also