Package org.djunits.vecmat.def
Interface AbsVector.Row<V extends Value<V,Q>,Q extends Quantity<Q>>
- Type Parameters:
V- the vector typeQ- the quantity type
- All Superinterfaces:
Serializable,Value<V,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>>
public static interface AbsVector.Row<V extends Value<V,Q>,Q extends Quantity<Q>>
extends Value<V,Q>
Formatting methods for absolute row vector.
-
Method Summary
Methods inherited from interface org.djunits.value.Value
getDisplayUnit, isAbsolute, isRelative, setDisplayUnit, setDisplayUnit
-
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.
-