FloatRange
Float range used primarily for looping
Operations
GetStart
Gets the starting index
method : public : GetStart() ~ Float
Return
Type | Description |
---|---|
Float | starting index |
New
Constructor.
New(start:Float, end:Float, step:Float)
Parameters
Name | Type | Description |
---|---|---|
start | Float | starting index |
end | Float | ending index |
step | Float | step by value |
New
Constructor.
New(start:Float, end:Float)
Parameters
Name | Type | Description |
---|---|---|
start | Float | starting index |
end | Float | ending index |
SetEnd
Sets the ending index
method : public : SetEnd(end:Char) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
end | Char | ending index |
SetStart
Sets the starting index
method : public : SetStart(start:Char) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
start | Char | starting index |
SetStep
Sets the step value
method : public : SetStep(step:Char) ~ Nil
Parameters
Name | Type | Description |
---|---|---|
step | Char | step value |