This is a unifying interface for a polynomial of some degree, known only in runtime Generated from class MR.PolynomialWrapper<double>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_PolynomialWrapper_Double:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_PolynomialWrapper_Double (MR._ByValue_PolynomialWrapper_Double _other) |
Generated from constructor MR.PolynomialWrapper<double>::PolynomialWrapper. | |
| unsafe double | call (double x) |
Generated from method MR.PolynomialWrapper<double>::operator(). | |
| unsafe MR.PolynomialWrapper_Double | deriv () |
Generated from method MR.PolynomialWrapper<double>::deriv. | |
| unsafe MR.Std.Optional_Double | intervalMin (double a, double b) |
Generated from method MR.PolynomialWrapper<double>::intervalMin. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| unsafe MR.Std.Const_Variant_MRPolynomialDouble0_MRPolynomialDouble1_MRPolynomialDouble2_MRPolynomialDouble3_MRPolynomialDouble4_MRPolynomialDouble5_MRPolynomialDouble6 | poly [get] |
Properties inherited from MR.Misc.Object< Const_PolynomialWrapper_Double > | |
| 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. | |
Additional Inherited Members | |
Protected Attributes inherited from MR.Misc.Object< Const_PolynomialWrapper_Double > | |
| bool | _IsOwningVal |
This is a unifying interface for a polynomial of some degree, known only in runtime Generated from class MR.PolynomialWrapper<double>. This is the const half of the class.