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.
|
| |
|
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=.
|
| |
|
virtual void | Dispose () |
| |
|
unsafe | Const_Parabolad () |
| | Constructs an empty (default-constructed) instance.
|
| |
|
unsafe | Const_Parabolad (MR.Const_Parabolad _other) |
| | Generated from constructor MR.Parabolad.Parabolad.
|
| |
|
unsafe | Const_Parabolad (double a, double b, double c) |
| | Generated from constructor MR.Parabolad.Parabolad.
|
| |
|
unsafe double | call (double x) |
| | compute value of quadratic function at any x Generated from method MR.Parabolad.operator().
|
| |
|
unsafe double | extremArg () |
| | argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremArg.
|
| |
|
unsafe double | extremVal () |
| | value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremVal.
|
| |
|
|
new unsafe ref double | a [get] |
| |
|
new unsafe ref double | b [get] |
| |
|
new unsafe ref double | c [get] |
| |
|
unsafe double | a [get] |
| |
|
unsafe double | b [get] |
| |
|
unsafe double | c [get] |
| |
|
virtual bool | _IsOwning [get] |
| | Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
|
| |
|
|
virtual unsafe void | Dispose (bool disposing) |
| |
|
bool | _IsOwningVal |
| |
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.
The documentation for this class was generated from the following file: