ModuleSpace.contains#

ModuleSpace.contains(x)[source]#

Check if x is a valid member of the space.

Note

This method checks if x is a valid member of the space. Use ModuleSpace.normalized.contains() to check if a value is a member of the normalized space.

Parameters#

xscalar or array-like

Value to check membership.

Returns#

containmentbool

Whether x is a valid member of the space.