Interval3Range Method
Computes a range of values from this Interval3.
Namespace: Karamba.GeometryAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
public IList<double> Range(
int count
)
Public Function Range (
count As Integer
) As IList(Of Double)
public:
IList<double>^ Range(
int count
)
member Range :
count : int -> IList<float>
- count Int32
- Number of values.
IListDoubleA list of numbers with given count.