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