KUIML
Blue Cat's User Interface Programming Language
Kt::ConstCurve Class Reference

Used to represent read-only curves (see CURVE element) in the scripting engine. More...

Inherits Kt::Object.

Inherited by Kt::Curve.

Public Member Functions

double opCall (double x) const
 the () operator
 

Detailed Description

It is a reference type that behaves like a function double f(double x). For example:

double y=myCurve(10.0);