Number

Integer and decimal (floating point) numeric values

The Number data type stores numbers with or without fractional values (i.e. this data type includes both ‘integer’ and ‘floating point’ values)

Example

`stiffness` argument of the "Force directed layout" adaptor

The Force-directed-layout adaptor accepts Number values for the stiffness, repulsion, damping, minEnergyThreshold, and maxSpeed arguments. These arguments will affect the layout of the resulting graph.

Last updated

Was this helpful?