Public Member Functions | |
NumSum | __add__ (self, NumSum b) |
None | __init__ (self) |
None | __init__ (self, int num, float sum) |
float | rootMeanSqF (self) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
NumSum | operator (*args, **kwargs) |
NumSum | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_num = 0 |
typing | _offsetof_sum = 8 |
Generated from: MR::NumSum
|
static |
None mrmeshpy.NumSum.__init__ | ( | self | ) |
None mrmeshpy.NumSum.__init__ | ( | self, | |
int | num, | ||
float | sum ) |
Implicit aggregate constructor.
|
static |
|
static |
float mrmeshpy.NumSum.rootMeanSqF | ( | self | ) |
|
staticprotected |
|
staticprotected |