Package org.djunits.vecmat.def
Interface AbsVector.Row<V extends Value<Q>,Q extends Quantity<Q>>
- Type Parameters:
V- the vector typeQ- the quantity type
- All Superinterfaces:
Serializable,Value<Q>
- All Known Implementing Classes:
AbsVector1,AbsVector2.Row,AbsVector3.Row,AbsVectorN.Row
- Enclosing class:
- AbsVector<A extends AbsQuantity<A,
Q, ?>, Q extends Quantity<Q>, VA extends AbsVector<A, Q, VA, VQ, VAT>, VQ extends Vector<Q, VQ, ?, ?, ?>, VAT extends AbsVector<A, Q, VAT, ?, VA>>
Formatting methods for absolute row vector.
-
Method Summary
Modifier and TypeMethodDescriptiondefault Stringformat()Concise description of this vector.default Stringformat(VectorFormat.Row format) String representation of this vector after applying the format.default Stringformat(UnitInterface<Q> targetUnit) String representation of this vector, expressed in the specified unit.Methods inherited from interface org.djunits.value.Value
getDisplayUnit, isAbsolute, isRelative
-
Method Details
-
format
Concise description of this vector. -
format
String representation of this vector after applying the format.- Parameters:
format- the format to apply for the vector- Returns:
- a String representation of this vector, formatted according to the given format
-
format
String representation of this vector, expressed in the specified unit.
-