|
MatrixInterval Method (Int32, Int32)
|
Note: This API is now obsolete.
Creates an interval vector.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax [ObsoleteAttribute("Please use Vector.Interval instead.")]
public static int[] Interval(
int from,
int to
)
<ObsoleteAttribute("Please use Vector.Interval instead.")>
Public Shared Function Interval (
from As Integer,
to As Integer
) As Integer()
Request Example
View SourceParameters
- from
- Type: SystemInt32
- to
- Type: SystemInt32
Return Value
Type:
Int32See Also