IGLib  1.5
The IGLib base library for development of numerical, technical and business applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events
IG.Num.Experimental.ExampleMathClassExperimental.Nested Class Reference

A nested class that does not derive from the M class, but still statidc functions from that class can be used because it is embedded in that class. More...

Public Member Functions

double f (double x)
 Method in which comfortable mathematic functions form the base class M are used. More...
 

Detailed Description

A nested class that does not derive from the M class, but still statidc functions from that class can be used because it is embedded in that class.

Member Function Documentation

double IG.Num.Experimental.ExampleMathClassExperimental.Nested.f ( double  x)
inline

Method in which comfortable mathematic functions form the base class M are used.

Parameters
xArgument of a real-valued function.
Returns
Some function of the argument.

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