public interface NumberTransformer
Modifier and Type | Method and Description |
---|---|
double |
transform(java.lang.Object o)
Implementing this interface provides a facility to transform
from Object to Double.
|
double transform(java.lang.Object o) throws MathException
o
- the Object to be transformed.MathException
- if the Object can not be transformed into a Double."Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"