MathParameter


Description:

public interface MathParameter : Object, MathExpression, MathVariable

A parameter is a MathVariable holding a value, that is not expected to be resolved as part of an MathExpression evaluation, but by asigning its value.

Currently the value will be converted to a MathConstant if possible.

All known implementing classes:

Namespace: GCalc
Package: GCalc-2

Content:

Methods:

Inherited Members:

All known members inherited from class GLib.Object
All known members inherited from interface GCalc.MathExpression
All known members inherited from interface GCalc.MathVariable