Package org.djunits.vecmat.def
Interface Vector.Col<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:
Vector2.Col,Vector3.Col,VectorN.Col
- Enclosing class:
- Vector<Q extends Quantity<Q>,
V extends Vector<Q, V, SI, H, VT>, SI extends Vector<SIQuantity, SI, ?, ?, ?>, H extends Vector<?, ?, ?, ?, ?>, VT extends Vector<Q, VT, ?, ?, V>>
Formatting methods for column 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.
-