MeshLib C# Docs
Loading...
Searching...
No Matches

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

Inheritance diagram for MR.Const_Polynomial_Double_1:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Polynomial_Double_1 ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Polynomial_Double_1 (MR.Const_Polynomial_Double_1 _other)
 Generated from constructor MR::Polynomial<double, 1>::Polynomial.
 Const_Polynomial_Double_1 (Polynomial_Double_1 _other)
 Generated from constructor MR::Polynomial<double, 1>::Polynomial.
unsafe double call (double x)
 Generated from method MR::Polynomial<double, 1>::operator().
unsafe MR.Std.Vector_Double solve (double tol)
 Generated from method MR::Polynomial<double, 1>solve.
unsafe MR.Polynomial_Double_0 deriv ()
 Generated from method MR::Polynomial<double, 1>deriv.
unsafe double intervalMin (double a, double b)
 Generated from method MR::Polynomial<double, 1>intervalMin.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Static Protected Attributes

static unsafe ulong * __ref_storage_N

Properties

static unsafe ulong N [get]

Detailed Description

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

Constructor & Destructor Documentation

◆ Const_Polynomial_Double_1() [1/3]

unsafe MR.Const_Polynomial_Double_1.Const_Polynomial_Double_1 ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Polynomial_Double_1() [2/3]

unsafe MR.Const_Polynomial_Double_1.Const_Polynomial_Double_1 ( MR.Const_Polynomial_Double_1 _other)
inline

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

◆ Const_Polynomial_Double_1() [3/3]

MR.Const_Polynomial_Double_1.Const_Polynomial_Double_1 ( Polynomial_Double_1 _other)
inline

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

Member Function Documentation

◆ call()

unsafe double MR.Const_Polynomial_Double_1.call ( double x)
inline

Generated from method MR::Polynomial<double, 1>::operator().

◆ deriv()

unsafe MR.Polynomial_Double_0 MR.Const_Polynomial_Double_1.deriv ( )
inline

Generated from method MR::Polynomial<double, 1>deriv.

◆ Dispose() [1/2]

virtual void MR.Const_Polynomial_Double_1.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_Polynomial_Double_1.Dispose ( bool disposing)
inlineprotectedvirtual

◆ intervalMin()

unsafe double MR.Const_Polynomial_Double_1.intervalMin ( double a,
double b )
inline

Generated from method MR::Polynomial<double, 1>intervalMin.

◆ solve()

unsafe MR.Std.Vector_Double MR.Const_Polynomial_Double_1.solve ( double tol)
inline

Generated from method MR::Polynomial<double, 1>solve.

Member Data Documentation

◆ __ref_storage_N

unsafe ulong* MR.Const_Polynomial_Double_1.__ref_storage_N
staticprotected

Property Documentation

◆ N

unsafe ulong MR.Const_Polynomial_Double_1.N
staticget

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