MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PolynomialWrapper_Float Class Reference

This is a unifying interface for a polynomial of some degree, known only in runtime Generated from class MR.PolynomialWrapper<float>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.PolynomialWrapper_Float:

Public Member Functions

unsafe PolynomialWrapper_Float (MR._ByValue_PolynomialWrapper_Float _other)
 Generated from constructor MR.PolynomialWrapper<float>::PolynomialWrapper.
 
unsafe MR.PolynomialWrapper_Float assign (MR._ByValue_PolynomialWrapper_Float _other)
 Generated from method MR.PolynomialWrapper<float>::operator=.
 
- Public Member Functions inherited from MR.Const_PolynomialWrapper_Float
virtual void Dispose ()
 
unsafe Const_PolynomialWrapper_Float (MR._ByValue_PolynomialWrapper_Float _other)
 Generated from constructor MR.PolynomialWrapper<float>::PolynomialWrapper.
 
unsafe float call (float x)
 Generated from method MR.PolynomialWrapper<float>::operator().
 
unsafe MR.PolynomialWrapper_Float deriv ()
 Generated from method MR.PolynomialWrapper<float>::deriv.
 
unsafe MR.Std.Optional_Float intervalMin (float a, float b)
 Generated from method MR.PolynomialWrapper<float>::intervalMin.
 

Properties

new unsafe MR.Std.Variant_MRPolynomialFloat0_MRPolynomialFloat1_MRPolynomialFloat2_MRPolynomialFloat3_MRPolynomialFloat4_MRPolynomialFloat5_MRPolynomialFloat6 poly [get]
 
- Properties inherited from MR.Const_PolynomialWrapper_Float
unsafe MR.Std.Const_Variant_MRPolynomialFloat0_MRPolynomialFloat1_MRPolynomialFloat2_MRPolynomialFloat3_MRPolynomialFloat4_MRPolynomialFloat5_MRPolynomialFloat6 poly [get]
 
- Properties inherited from MR.Misc.Object< Const_PolynomialWrapper_Float >
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 Member Functions inherited from MR.Const_PolynomialWrapper_Float
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_PolynomialWrapper_Float >
bool _IsOwningVal
 

Detailed Description

This is a unifying interface for a polynomial of some degree, known only in runtime Generated from class MR.PolynomialWrapper<float>. This is the non-const half of the class.


The documentation for this class was generated from the following file: