isNdRandomVariable

Test if T is an n-dimensional random variable.

Members

Aliases

E
alias E = T.Element
Undocumented in source.

Manifest constants

isNdRandomVariable
enum isNdRandomVariable;
Undocumented in source.
isNdRandomVariable
enum isNdRandomVariable;
Undocumented in source.
isNdRandomVariable
enum isNdRandomVariable;
Undocumented in source.

Examples

static assert(isNdRandomVariable!(SphereVariable!double));

Meta