Class Mult<A extends Unit<A>,​B extends Unit<B>>

java.lang.Object
edu.wpi.first.units.Unit<Mult<A,​B>>
edu.wpi.first.units.Mult<A,​B>
Type Parameters:
A - the type of the first unit in the result
B - the type of the second unit in the result

public class Mult<A extends Unit<A>,​B extends Unit<B>>
extends Unit<Mult<A,​B>>
A combinatory unit type that is equivalent to the product of two other others.