Click or drag to resize
DigitalRuneMathHelperSwapT Method
Swaps the content of two variables.

Namespace: DigitalRune.Mathematics
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public static void Swap<T>(
	ref T obj1,
	ref T obj2
)

Parameters

obj1
Type: T
First variable.
obj2
Type: T
Second variable.

Type Parameters

T
The type of the objects.
See Also