Click or drag to resize
Accord.NET (logo)

VectorInterval Method (Int16, Int16, Double)

Note: This API is now obsolete.

Obsolete. Please use Vector.Range(a, b, stepSize) instead.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
[ObsoleteAttribute("Please use Vector.Range(a, b, stepSize) instead.")]
public static short[] Interval(
	short a,
	short b,
	double stepSize
)
Request Example View Source

Parameters

a
Type: SystemInt16
b
Type: SystemInt16
stepSize
Type: SystemDouble

Return Value

Type: Int16
See Also