User Tools

Site Tools


01_user_documentation:07_rgg_xl:02_xl:10_rgg_addition:04_operator_overload

Overloaded operators

Some operators are overloaded by default.

Nodes

The most commonly used overload operators are applied to the Nodes.

โ†’ Read more...

Functions

Instances of de.grogra.xl.lang.FloatToFloat represent functions which take floats as input and return values of type float. Such instances cant be created by:

  • lambda expressions of the XL programming language, e.g.,
    FloatToFloat f = float x => float
  • some expression containing x

โ†’ Read more...

Collections

Collections of the type java.util.List, and all the list in xl.lang. : BooleanList, IntList, โ€ฆ ObjectList, have the operator shl overloaded.

โ†’ Read more...

Dataset

The operator shl overload adding data to the dataset.

โ†’ Read more...

PrintWriter

The PrintWriter objects can easily get content added with the overload operator shl

โ†’ Read more...

Tuples

Tuples are set of 2 to 4 values of either float or double. They are implemented by the classes: PointXY, VectorXY, where X is the dimension (2 to 4) and Y is the type (d, or f).

โ†’ Read more...

Volumes

The operator and is overloaded for all de.grogra.vecmath.geom.Volume.

โ†’ Read more...

Chemical Expression

No clue what they are.

โ†’ Read more...

01_user_documentation/07_rgg_xl/02_xl/10_rgg_addition/04_operator_overload.txt ยท Last modified: 2025/08/20 10:32 by gaetan