MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Const_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 const half of the class. More...

Inheritance diagram for MR.Const_PolynomialWrapper_Float:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_PolynomialWrapper_Float (MR.Const_PolynomialWrapper_Float _other)
 Generated from constructor MR::PolynomialWrapper<float>::PolynomialWrapper.
 Const_PolynomialWrapper_Float (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.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Std.Const_Variant_MRPolynomialFloat0_MRPolynomialFloat1_MRPolynomialFloat2_MRPolynomialFloat3_MRPolynomialFloat4_MRPolynomialFloat5_MRPolynomialFloat6 poly [get, protected set]

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 const half of the class.

Constructor & Destructor Documentation

◆ Const_PolynomialWrapper_Float() [1/2]

unsafe MR.Const_PolynomialWrapper_Float.Const_PolynomialWrapper_Float ( MR.Const_PolynomialWrapper_Float _other)
inline

Generated from constructor MR::PolynomialWrapper<float>::PolynomialWrapper.

◆ Const_PolynomialWrapper_Float() [2/2]

MR.Const_PolynomialWrapper_Float.Const_PolynomialWrapper_Float ( PolynomialWrapper_Float _other)
inline

Generated from constructor MR::PolynomialWrapper<float>::PolynomialWrapper.

Member Function Documentation

◆ call()

unsafe float MR.Const_PolynomialWrapper_Float.call ( float x)
inline

Generated from method MR::PolynomialWrapper<float>::operator().

◆ deriv()

unsafe MR.PolynomialWrapper_Float MR.Const_PolynomialWrapper_Float.deriv ( )
inline

Generated from method MR::PolynomialWrapper<float>deriv.

◆ Dispose() [1/2]

virtual void MR.Const_PolynomialWrapper_Float.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ intervalMin()

unsafe MR.Std.Optional_Float MR.Const_PolynomialWrapper_Float.intervalMin ( float a,
float b )
inline

Generated from method MR::PolynomialWrapper<float>intervalMin.

Property Documentation

◆ poly

unsafe MR.Std.Const_Variant_MRPolynomialFloat0_MRPolynomialFloat1_MRPolynomialFloat2_MRPolynomialFloat3_MRPolynomialFloat4_MRPolynomialFloat5_MRPolynomialFloat6 MR.Const_PolynomialWrapper_Float.poly
getprotected set

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