Click or drag to resize

CollectionAlgorithmsCreateJaggedDoubleArray Method

Creates a two-dimensional, jagged double array of the specified dimensions.

Namespace:  AGI.Foundation.Infrastructure
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static double[][] CreateJaggedDoubleArray(
	int n,
	int m
)

Parameters

n
Type: SystemInt32
The dimension of the outer array.
m
Type: SystemInt32
The dimension of the inner array.

Return Value

Type: Double
The new jagged array.
See Also