length property
int
get
length
Get the number of coefficients in the kernel.
Implementation
int get length => coefficients.length;
Get the number of coefficients in the kernel.
int get length => coefficients.length;