SeqLikeDbl7
SeqLike with Dbl7Elems that can be encoded by a sequence of 7 Doubles. Includes ArrDbl7, SeqSpecDbl7 and BuffDbl7.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait SeqLikeImutDbl7[A]trait ArrDbl7[A]class CurveSegMArrOldtrait SeqSpecDbl7[A]class ShapeGenOld
Members list
Type members
Inherited and Abstract types
Gives the final type of this class.
Value members
Concrete methods
The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.
Inherited methods
Inherited and Abstract methods
Checks if 2 values of the specifying sequence are equal.
The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.
The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.
Attributes
- Inherited from:
- SeqLike
Performs a side effecting function on each element of the specifying sequence in order.
Performs a side effecting function on each element of the specifying sequence in order.
Attributes
- Inherited from:
- SeqLike
The number of data elements in the defining sequence. These collections use underlying mutable Arrays and ArrayBuffers. The length of the underlying Array will be a multiple of this number. For Sequs this will be an alternative name for length.