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