Constructor | Description |
Full Usage:
MultiStepMethodBase()
|
|
Static member | Description |
Full Usage:
MultiStepMethodBase.NewJaggedArray(i, k)
Parameters:
int
-
First dimension of the array (spine dimension).
k : int
-
Second dimension of the array.
Returns: 'T[][]
The newly created jagged array.
|
Creates a new jagged array.
|
Full Usage:
MultiStepMethodBase.Swap(a, b)
Parameters:
byref<'T>
-
First value.
b : byref<'T>
-
Second value.
|
Swaps two values a and b.
|