|
VectorInterval Method (Decimal, Decimal, Decimal)
|
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 decimal[] Interval(
decimal a,
decimal b,
decimal stepSize
)
<ObsoleteAttribute("Please use Vector.Range(a, b, stepSize) instead.")>
Public Shared Function Interval (
a As Decimal,
b As Decimal,
stepSize As Decimal
) As Decimal()
Request Example
View SourceParameters
- a
- Type: SystemDecimal
- b
- Type: SystemDecimal
- stepSize
- Type: SystemDecimal
Return Value
Type:
DecimalSee Also