Home | History | Annotate | Download | only in value

Lines Matching full:returns

33      * Returns the specific double value, if applicable.
44 * Returns the negated value of this DoubleValue.
67 * Returns the generalization of this DoubleValue and the given other
74 * Returns the sum of this DoubleValue and the given DoubleValue.
79 * Returns the difference of this DoubleValue and the given DoubleValue.
84 * Returns the difference of the given DoubleValue and this DoubleValue.
89 * Returns the product of this DoubleValue and the given DoubleValue.
94 * Returns the quotient of this DoubleValue and the given DoubleValue.
99 * Returns the quotient of the given DoubleValue and this DoubleValue.
104 * Returns the remainder of this DoubleValue divided by the given DoubleValue.
109 * Returns the remainder of the given DoubleValue divided by this DoubleValue.
114 * Returns an IntegerValue with value -1, 0, or 1, if this DoubleValue is
123 * Returns an IntegerValue with value 1, 0, or -1, if this DoubleValue is
135 * Returns the generalization of this DoubleValue and the given other
145 * Returns the sum of this DoubleValue and the given SpecificDoubleValue.
153 * Returns the difference of this DoubleValue and the given SpecificDoubleValue.
161 * Returns the difference of the given SpecificDoubleValue and this DoubleValue.
169 * Returns the product of this DoubleValue and the given SpecificDoubleValue.
177 * Returns the quotient of this DoubleValue and the given SpecificDoubleValue.
185 * Returns the quotient of the given SpecificDoubleValue and this
194 * Returns the remainder of this DoubleValue divided by the given
203 * Returns the remainder of the given SpecificDoubleValue and this
212 * Returns an IntegerValue with value -1, 0, or 1, if this DoubleValue is
225 * Returns an IntegerValue with value 1, 0, or -1, if this DoubleValue is
238 * Returns the generalization of this DoubleValue and the given other
248 * Returns the sum of this DoubleValue and the given ParticularDoubleValue.
256 * Returns the difference of this DoubleValue and the given ParticularDoubleValue.
264 * Returns the difference of the given ParticularDoubleValue and this DoubleValue.
272 * Returns the product of this DoubleValue and the given ParticularDoubleValue.
280 * Returns the quotient of this DoubleValue and the given ParticularDoubleValue.
288 * Returns the quotient of the given ParticularDoubleValue and this
297 * Returns the remainder of this DoubleValue divided by the given
306 * Returns the remainder of the given ParticularDoubleValue and this
315 * Returns an IntegerValue with value -1, 0, or 1, if this DoubleValue is
328 * Returns an IntegerValue with value 1, 0, or -1, if this DoubleValue is