Skip to main content

Re: Remove "generic" multiply/divide operations from Quantity

  • From: Martin Desruisseaux < >
  • To:
  • Subject: Re: Remove "generic" multiply/divide operations from Quantity
  • Date: Wed, 01 Oct 2014 00:02:02 +0200
  • Organization: Geomatys

Done, thanks for raising that.

I spotted an other issue while looking at the current Quantity
interface, but can not fill an issue because JIRA seems to be partially
down. The Quantity interface has the following method:

Quantity<Q> inverse()


The return type should be Quantity<?>, not Quantity<Q>, because the
inverse of a quantity is an other kind of quantity. For example the
inverse of a Time object is a Frequency object.

    Martin


Le 30/09/14 22:52, Otávio Gonçalves de Santana a écrit :
> Jean-Marie and Martin, can you take a look this issue, please.
>
> https://java.net/jira/browse/UNITSOFMEASUREMENT-59



Remove "generic" multiply/divide operations from Quantity

Otávio Gonçalves de Santana 09/30/2014

Re: Remove "generic" multiply/divide operations from Quantity

Martin Desruisseaux 09/30/2014

Re: Remove "generic" multiply/divide operations from Quantity

Werner Keil 09/30/2014

Re: Remove "generic" multiply/divide operations from Quantity

Martin Desruisseaux 09/30/2014

Re: Remove "generic" multiply/divide operations from Quantity

Werner Keil 09/30/2014
 
 
Close
loading
Please Confirm
Close