Click or drag to resize
Accord.NET (logo)

MatrixIndices Method (Int32)

Note: This API is now obsolete.

Creates a index vector.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Vector.Range instead.")]
public static int[] Indices(
	int to
)
Request Example View Source

Parameters

to
Type: SystemInt32

Return Value

Type: Int32
See Also