Click or drag to resize
MathUtilsSwapT Method
Swaps the two specified values.

Namespace: Slash.Math.Utils
Assembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax
public static void Swap<T>(
	ref T value1,
	ref T value2
)

Parameters

value1
Type: T
First value to swap.
value2
Type: T
Second value to swap.

Type Parameters

T
Type of the values to swap.
See Also