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

Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolad. This is the const half of the class. More...

Inheritance diagram for MR.Const_Parabolad:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_Parabolad ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Parabolad (MR.Const_Parabolad _other)
 Generated from constructor MR.Parabolad.Parabolad.
 Const_Parabolad (Parabolad _other)
 Generated from constructor MR.Parabolad.Parabolad.
unsafe Const_Parabolad (double a, double b, double c)
 Generated from constructor MR.Parabolad.Parabolad.
unsafe double call (double x)
 compute value of quadratic function at any x Generated from method MR::Parabolad::operator().
unsafe double extremArg ()
 argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremArg.
unsafe double extremVal ()
 value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremVal.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe double * __ref_storage_a
unsafe double * __ref_storage_b
unsafe double * __ref_storage_c

Properties

unsafe double a [get]
unsafe double b [get]
unsafe double c [get]

Detailed Description

Represents quadratic function f(x) = a*x*x + b*x + c Generated from class MR.Parabolad. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_Parabolad() [1/4]

unsafe MR.Const_Parabolad.Const_Parabolad ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_Parabolad() [2/4]

unsafe MR.Const_Parabolad.Const_Parabolad ( MR.Const_Parabolad _other)
inline

Generated from constructor MR.Parabolad.Parabolad.

◆ Const_Parabolad() [3/4]

MR.Const_Parabolad.Const_Parabolad ( Parabolad _other)
inline

Generated from constructor MR.Parabolad.Parabolad.

◆ Const_Parabolad() [4/4]

unsafe MR.Const_Parabolad.Const_Parabolad ( double a,
double b,
double c )
inline

Generated from constructor MR.Parabolad.Parabolad.

Member Function Documentation

◆ call()

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

compute value of quadratic function at any x Generated from method MR::Parabolad::operator().

◆ Dispose() [1/2]

virtual void MR.Const_Parabolad.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ extremArg()

unsafe double MR.Const_Parabolad.extremArg ( )
inline

argument (x) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremArg.

◆ extremVal()

unsafe double MR.Const_Parabolad.extremVal ( )
inline

value (y) where parabola reaches extremal value: minimum for a > 0, maximum for a < 0 Generated from method MR.Parabolad.extremVal.

Member Data Documentation

◆ __ref_storage_a

unsafe double* MR.Const_Parabolad.__ref_storage_a
protected

◆ __ref_storage_b

unsafe double* MR.Const_Parabolad.__ref_storage_b
protected

◆ __ref_storage_c

unsafe double* MR.Const_Parabolad.__ref_storage_c
protected

Property Documentation

◆ a

unsafe double MR.Const_Parabolad.a
get

◆ b

unsafe double MR.Const_Parabolad.b
get

◆ c

unsafe double MR.Const_Parabolad.c
get

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