NeatPubResult¶
- class NeatPubResult(vals)[source]¶
Bases:
objectA class to store the PUB results of
Neat.It allows performing mathematical operations (
+,-,*,/,abs, and**) with other objects of typeNeatPubResultLikeand with scalars.- Parameters:
vals (ArrayLike) – The values in this
NeatPubResult.
Attributes
- vals¶
The values in this result.
Methods
- __mul__(other)[source]¶
- Parameters:
other (int | float | NeatPubResult | PubResult | DataBin)
- Return type: