Generated from class MR.NumSum. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | NumSum () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | NumSum (int num, double sum) |
| Constructs MR.NumSum elementwise. | |
| unsafe | NumSum (MR.Const_NumSum _other) |
| Generated from constructor MR.NumSum.NumSum. | |
| NumSum (NumSum _other) | |
| Generated from constructor MR.NumSum.NumSum. | |
| unsafe MR.NumSum | assign (MR.Const_NumSum _other) |
| Generated from method MR::NumSum::operator=. | |
| Public Member Functions inherited from MR.Const_NumSum | |
| virtual void | Dispose () |
| unsafe | Const_NumSum () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_NumSum (int num, double sum) |
| Constructs MR.NumSum elementwise. | |
| unsafe | Const_NumSum (MR.Const_NumSum _other) |
| Generated from constructor MR.NumSum.NumSum. | |
| Const_NumSum (NumSum _other) | |
| Generated from constructor MR.NumSum.NumSum. | |
| unsafe float | rootMeanSqF () |
| Generated from method MR.NumSum.rootMeanSqF. | |
Properties | |
| new unsafe ref int | num [get] |
| new unsafe ref double | sum [get] |
| Properties inherited from MR.Const_NumSum | |
| unsafe int | num [get] |
| unsafe double | sum [get] |
Additional Inherited Members | |
| Static Public Member Functions inherited from MR.Const_NumSum | |
| static unsafe MR.NumSum | operator+ (MR.Const_NumSum a, MR.Const_NumSum b) |
| Generated from function MR::operator+. | |
| Protected Member Functions inherited from MR.Const_NumSum | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_NumSum | |
| unsafe int * | __ref_storage_num |
| unsafe double * | __ref_storage_sum |
Generated from class MR.NumSum. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.NumSum elementwise.
|
inline |
Generated from constructor MR.NumSum.NumSum.
|
inline |
Generated from constructor MR.NumSum.NumSum.
|
inline |
Generated from method MR::NumSum::operator=.
|
get |
|
get |