Functions.Swap Method

Definition

Overloads

Swap(Double, Double)
Swap(Single, Single)

Swap(Double, Double)

public static void Swap (ref double a, ref double b);
static member Swap :  *  -> unit

Parameters

a
Double
b
Double

Applies to

Swap(Single, Single)

public static void Swap (ref float a, ref float b);
static member Swap :  *  -> unit

Parameters

a
Single
b
Single

Applies to