Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolaf. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | Parabolaf () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Parabolaf (MR.Const_Parabolaf _other) |
| Generated from constructor MR.Parabolaf.Parabolaf. | |
| Parabolaf (Parabolaf _other) | |
| Generated from constructor MR.Parabolaf.Parabolaf. | |
| unsafe | Parabolaf (float a, float b, float c) |
| Generated from constructor MR.Parabolaf.Parabolaf. | |
| unsafe MR.Parabolaf | assign (MR.Const_Parabolaf _other) |
| Generated from method MR::Parabolaf::operator=. | |
| Public Member Functions inherited from MR.Const_Parabolaf | |
| virtual void | Dispose () |
| unsafe | Const_Parabolaf () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Parabolaf (MR.Const_Parabolaf _other) |
| Generated from constructor MR.Parabolaf.Parabolaf. | |
| Const_Parabolaf (Parabolaf _other) | |
| Generated from constructor MR.Parabolaf.Parabolaf. | |
| unsafe | Const_Parabolaf (float a, float b, float c) |
| Generated from constructor MR.Parabolaf.Parabolaf. | |
| unsafe float | call (float x) |
| compute value of quadratic function at any x Generated from method MR::Parabolaf::operator(). | |
| unsafe float | extremArg () |
| argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolaf.extremArg. | |
| unsafe float | extremVal () |
| value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolaf.extremVal. | |
Properties | |
| new unsafe ref float | a [get] |
| new unsafe ref float | b [get] |
| new unsafe ref float | c [get] |
| Properties inherited from MR.Const_Parabolaf | |
| unsafe float | a [get] |
| unsafe float | b [get] |
| unsafe float | c [get] |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_Parabolaf | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_Parabolaf | |
| unsafe float * | __ref_storage_a |
| unsafe float * | __ref_storage_b |
| unsafe float * | __ref_storage_c |
Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolaf. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Parabolaf.Parabolaf.
|
inline |
Generated from constructor MR.Parabolaf.Parabolaf.
|
inline |
Generated from constructor MR.Parabolaf.Parabolaf.
|
inline |
Generated from method MR::Parabolaf::operator=.
|
get |
|
get |
|
get |