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