public final class Delta extends Object
| Modifier and Type | Method and Description |
|---|---|
static Delta |
delta(double value)
Creates a new
. |
static Delta |
delta(float value)
Creates a new
. |
double |
doubleValue()
Returns the value of this delta as a
double. |
float |
floatValue()
Returns the value of this delta as a
float. |
double |
value()
Deprecated.
use
instead. |
public static Delta delta(double value)
Delta.value - the value of the delta.Delta.public static Delta delta(float value)
Delta.value - the value of the delta.Delta.@Deprecated public double value()
doubleValue() instead.public double doubleValue()
double.double.public float floatValue()
float.float.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.