Linear.gridShape

Returns the shape (dimensions) of the linear interpolation grid as a static array of size N.

struct Linear(F, size_t N = 1, X = F)
extern (D) @trusted scope const @property
@fmamath
size_t[N]
gridShape
()
()
if (
N &&
N <= 6
)