-
-
Notifications
You must be signed in to change notification settings - Fork 3
DoubleProperty
class DoubleProperty :
ForgeryProperty
<
Double
>
This class implements a ReadOnlyProperty, forging a random double within a given range.
min
- the minimum value (inclusive), default = -Double#MAX_VALUE
max
- the maximum value (exclusive), default = Double#MAX_VALUE
DoubleProperty(min:
Double
= -Double.MAX_VALUE, max:
Double
= Double.MAX_VALUE)
This class implements a ReadOnlyProperty, forging a random double within a given range.
min
- the minimum value (inclusive), default = -Double#MAX_VALUE
max
- the maximum value (exclusive), default = Double#MAX_VALUE
fun getForgery(forge:
Forge
):
Double
Inheritdoc
fun doubleForgery(min:
Double
= -Double.MAX_VALUE, max:
Double
= Double.MAX_VALUE):
ForgeryProperty
<
Double
>
Creates a ReadOnlyProperty that will forge a random double within the given range.
min
- the minimum value (inclusive), default = -Double#MAX_VALUE
max
- the maximum value (exclusive), default = Double#MAX_VALUE
Xavier F. Gouchet – @xgouchet
Distributed under the MIT license. See LICENSE.md for more information.
https://github.com/xgouchet/Elymr
- Home
- Getting Started
- Core Module
- Integrations
- Reference (core)
- Reference (junit4)
- Reference (junit5)
- Reference (spek)