Linear.intervalCount

struct Linear(F, size_t N = 1, X = F)
extern (D) @trusted scope const @property
@optmath
size_t
intervalCount
(
size_t dimension = 0
)
()
if (
N &&
N <= 6
)

Return Value

Type: size_t

intervals count.

Meta