|
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
)
<ObsoleteAttribute("Please use Vector.Range instead.")>
Public Shared Function Indices (
to As Integer
) As Integer()
Request Example
View SourceParameters
- to
- Type: SystemInt32
Return Value
Type:
Int32See Also