Generic.intervalCount

Returns the number of intervals along the given dimension (default 0) for a Generic interpolation object.

struct Generic(X, F)
extern (D) @trusted scope const @property
@fmamath
size_t
intervalCount
(
size_t dimension = 0
)
()
if (
dimension == 0
)

Return Value

Type: size_t

intervals count.