Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolad. This is the const half of the class.
More...
|
| virtual unsafe void | Dispose (bool disposing) |
|
| unsafe double | a [get] |
| unsafe double | b [get] |
| unsafe double | c [get] |
Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolad. This is the const half of the class.
◆ Const_Parabolad() [1/4]
| unsafe MR.Const_Parabolad.Const_Parabolad |
( |
| ) |
|
|
inline |
Constructs an empty (default-constructed) instance.
◆ Const_Parabolad() [2/4]
◆ Const_Parabolad() [3/4]
| MR.Const_Parabolad.Const_Parabolad |
( |
Parabolad | _other | ) |
|
|
inline |
◆ Const_Parabolad() [4/4]
| unsafe MR.Const_Parabolad.Const_Parabolad |
( |
double | a, |
|
|
double | b, |
|
|
double | c ) |
|
inline |
◆ call()
| unsafe double MR.Const_Parabolad.call |
( |
double | x | ) |
|
|
inline |
compute value of quadratic function at any x Generated from method MR::Parabolad::operator().
◆ Dispose() [1/2]
| virtual void MR.Const_Parabolad.Dispose |
( |
| ) |
|
|
inlinevirtual |
◆ Dispose() [2/2]
| virtual unsafe void MR.Const_Parabolad.Dispose |
( |
bool | disposing | ) |
|
|
inlineprotectedvirtual |
◆ extremArg()
| unsafe double MR.Const_Parabolad.extremArg |
( |
| ) |
|
|
inline |
argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremArg.
◆ extremVal()
| unsafe double MR.Const_Parabolad.extremVal |
( |
| ) |
|
|
inline |
value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremVal.
◆ __ref_storage_a
| unsafe double* MR.Const_Parabolad.__ref_storage_a |
|
protected |
◆ __ref_storage_b
| unsafe double* MR.Const_Parabolad.__ref_storage_b |
|
protected |
◆ __ref_storage_c
| unsafe double* MR.Const_Parabolad.__ref_storage_c |
|
protected |
| unsafe double MR.Const_Parabolad.a |
|
get |
| unsafe double MR.Const_Parabolad.b |
|
get |
| unsafe double MR.Const_Parabolad.c |
|
get |
The documentation for this class was generated from the following file: