Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolad. This is the non-const half of the class.
More...
|
| unsafe | Parabolad () |
| | Constructs an empty (default-constructed) instance.
|
| |
| unsafe | Parabolad (MR.Const_Parabolad _other) |
| | Generated from constructor MR.Parabolad.Parabolad.
|
| |
| | Parabolad (Parabolad _other) |
| | Generated from constructor MR.Parabolad.Parabolad.
|
| |
| unsafe | Parabolad (double a, double b, double c) |
| | Generated from constructor MR.Parabolad.Parabolad.
|
| |
| unsafe MR.Parabolad | assign (MR.Const_Parabolad _other) |
| | Generated from method MR.Parabolad.operator=.
|
| |
|
| new unsafe ref double | a [get] |
| |
| new unsafe ref double | b [get] |
| |
| new unsafe ref double | c [get] |
| |
Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolad. This is the non-const half of the class.
◆ Parabolad() [1/4]
| unsafe MR.Parabolad.Parabolad |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Parabolad() [2/4]
| unsafe MR.Parabolad.Parabolad |
( |
MR.Const_Parabolad | _other | ) |
|
|
inline |
Generated from constructor MR.Parabolad.Parabolad.
◆ Parabolad() [3/4]
Generated from constructor MR.Parabolad.Parabolad.
◆ Parabolad() [4/4]
| unsafe MR.Parabolad.Parabolad |
( |
double | a, |
|
|
double | b, |
|
|
double | c ) |
|
inline |
Generated from constructor MR.Parabolad.Parabolad.
◆ assign()
| unsafe MR.Parabolad MR.Parabolad.assign |
( |
MR.Const_Parabolad | _other | ) |
|
|
inline |
Generated from method MR.Parabolad.operator=.
| new unsafe ref double MR.Parabolad.a |
|
get |
| new unsafe ref double MR.Parabolad.b |
|
get |
| new unsafe ref double MR.Parabolad.c |
|
get |
The documentation for this class was generated from the following file: