MultiStepMethodBaseNewJaggedArrayT Method |
Creates a new jagged array.
Namespace: Altaxo.Calc.OdeAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static T[][] NewJaggedArray<T>(
int i,
int k
)
where T : struct, new()
Parameters
- i Int32
- First dimension of the array (spine dimension).
- k Int32
- Second dimension of the array.
Type Parameters
- T
- Type of the element.
Return Value
TThe newly created jagged array.
See Also