◆ SwapValues() [1/3]

static void SwapValues ( ref float  num1,
ref float  num2 
)
static
Parameters
num1The value in this reference will be stored in the num2 reference, when the function returns.
num2The value in this reference will be stored in the num1 reference, when the function returns.