Generated from class MR.Polynomial<float, 2>. This is the const half of the class.
More...
Inheritance diagram for MR.Const_Polynomial_Float_2:Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Polynomial_Float_2 () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Polynomial_Float_2 (MR._ByValue_Polynomial_Float_2 _other) |
Generated from constructor MR.Polynomial<float, 2>::Polynomial. | |
| unsafe float | call (float x) |
Generated from method MR.Polynomial<float, 2>::operator(). | |
| unsafe MR.Std.Vector_Float | solve (float tol) |
Generated from method MR.Polynomial<float, 2>::solve. | |
| unsafe MR.Polynomial_Float_1 | deriv () |
Generated from method MR.Polynomial<float, 2>::deriv. | |
| unsafe float | intervalMin (float a, float b) |
Generated from method MR.Polynomial<float, 2>::intervalMin. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Properties | |
| static unsafe ulong | N [get] |
Properties inherited from MR.Misc.Object< Const_Polynomial_Float_2 > | |
| 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_Polynomial_Float_2 > | |
| bool | _IsOwningVal |
Generated from class MR.Polynomial<float, 2>. This is the const half of the class.