Generated from class MR.NumSum. This is the non-const half of the class.
More...
|
| 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=.
|
| |
|
| new unsafe ref int | num [get] |
| |
| new unsafe ref double | sum [get] |
| |
Generated from class MR.NumSum. This is the non-const half of the class.
◆ NumSum() [1/4]
| unsafe MR.NumSum.NumSum |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ NumSum() [2/4]
| unsafe MR.NumSum.NumSum |
( |
int | num, |
|
|
double | sum ) |
|
inline |
◆ NumSum() [3/4]
| unsafe MR.NumSum.NumSum |
( |
MR.Const_NumSum | _other | ) |
|
|
inline |
Generated from constructor MR.NumSum.NumSum.
◆ NumSum() [4/4]
| MR.NumSum.NumSum |
( |
NumSum | _other | ) |
|
|
inline |
Generated from constructor MR.NumSum.NumSum.
◆ assign()
| unsafe MR.NumSum MR.NumSum.assign |
( |
MR.Const_NumSum | _other | ) |
|
|
inline |
Generated from method MR.NumSum.operator=.
◆ num
| new unsafe ref int MR.NumSum.num |
|
get |
◆ sum
| new unsafe ref double MR.NumSum.sum |
|
get |
The documentation for this class was generated from the following file: