Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
cassiopee
jalhyd
Commits
ad5c0e59
Commit
ad5c0e59
authored
Feb 20, 2019
by
Dorchies David
Browse files
Closes
nghyd#85
parent
d4ccb273
Changes
2
Hide whitespace changes
Inline
Side-by-side
package-lock.json
View file @
ad5c0e59
{
"name"
:
"jalhyd"
,
"version"
:
"1.
0
.0"
,
"version"
:
"1.
1
.0"
,
"lockfileVersion"
:
1
,
"requires"
:
true
,
"dependencies"
:
{
...
...
src/param/param-value-iterator.ts
View file @
ad5c0e59
...
...
@@ -122,7 +122,9 @@ export class ParamValueIterator implements INumberIterator {
// min/max
case
1
:
const
end
=
this
.
_reverse
?
this
.
_index
<
this
.
_param
.
min
:
this
.
_index
>
this
.
_param
.
max
;
const
end
=
this
.
_reverse
?
this
.
_index
<
this
.
_param
.
min
-
this
.
_param
.
step
*
1
E
-
7
:
this
.
_index
>
this
.
_param
.
max
+
this
.
_param
.
step
*
1
E
-
7
;
return
!
end
;
// liste
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment