|
VectorInterval Method (SByte, SByte, 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 sbyte[] Interval(
sbyte a,
sbyte b,
double stepSize
)
<ObsoleteAttribute("Please use Vector.Range(a, b, stepSize) instead.")>
Public Shared Function Interval (
a As SByte,
b As SByte,
stepSize As Double
) As SByte()
Request Example
View SourceParameters
- a
- Type: SystemSByte
- b
- Type: SystemSByte
- stepSize
- Type: SystemDouble
Return Value
Type:
SByteSee Also