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

Generated from class MR::Polynomial<float, 1>. This is the non-const half of the class. More...

Inheritance diagram for MR.Polynomial_Float_1:

Public Member Functions

unsafe Polynomial_Float_1 ()
 Constructs an empty (default-constructed) instance.
unsafe Polynomial_Float_1 (MR.Const_Polynomial_Float_1 _other)
 Generated from constructor MR::Polynomial<float, 1>::Polynomial.
 Polynomial_Float_1 (Polynomial_Float_1 _other)
 Generated from constructor MR::Polynomial<float, 1>::Polynomial.
unsafe MR.Polynomial_Float_1 assign (MR.Const_Polynomial_Float_1 _other)
 Generated from method MR::Polynomial<float, 1>::operator=.
Public Member Functions inherited from MR.Const_Polynomial_Float_1
virtual void Dispose ()
unsafe Const_Polynomial_Float_1 ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Polynomial_Float_1 (MR.Const_Polynomial_Float_1 _other)
 Generated from constructor MR::Polynomial<float, 1>::Polynomial.
 Const_Polynomial_Float_1 (Polynomial_Float_1 _other)
 Generated from constructor MR::Polynomial<float, 1>::Polynomial.
unsafe float call (float x)
 Generated from method MR::Polynomial<float, 1>::operator().
unsafe MR.Std.Vector_Float solve (float tol)
 Generated from method MR::Polynomial<float, 1>solve.
unsafe MR.Polynomial_Float_0 deriv ()
 Generated from method MR::Polynomial<float, 1>deriv.
unsafe float intervalMin (float a, float b)
 Generated from method MR::Polynomial<float, 1>intervalMin.

Additional Inherited Members

Protected Member Functions inherited from MR.Const_Polynomial_Float_1
virtual unsafe void Dispose (bool disposing)
Static Protected Attributes inherited from MR.Const_Polynomial_Float_1
static unsafe ulong * __ref_storage_N
Properties inherited from MR.Const_Polynomial_Float_1
static unsafe ulong N [get]

Detailed Description

Generated from class MR::Polynomial<float, 1>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Polynomial_Float_1() [1/3]

unsafe MR.Polynomial_Float_1.Polynomial_Float_1 ( )
inline

Constructs an empty (default-constructed) instance.

◆ Polynomial_Float_1() [2/3]

unsafe MR.Polynomial_Float_1.Polynomial_Float_1 ( MR.Const_Polynomial_Float_1 _other)
inline

Generated from constructor MR::Polynomial<float, 1>::Polynomial.

◆ Polynomial_Float_1() [3/3]

MR.Polynomial_Float_1.Polynomial_Float_1 ( Polynomial_Float_1 _other)
inline

Generated from constructor MR::Polynomial<float, 1>::Polynomial.

Member Function Documentation

◆ assign()

unsafe MR.Polynomial_Float_1 MR.Polynomial_Float_1.assign ( MR.Const_Polynomial_Float_1 _other)
inline

Generated from method MR::Polynomial<float, 1>::operator=.


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