All Bundles

FloatRange

Float range used primarily for looping

Implements: Range

Operations

New

Constructor.

New(start:Float, end:Float, step:Float)
Parameters
NameTypeDescription
startFloatstarting index
endFloatending index
stepFloatstep by value

Constructor.

New(start:Float, end:Float)
Parameters
NameTypeDescription
startFloatstarting index
endFloatending index

Constructor.

New(end:Float)
Parameters
NameTypeDescription
endFloatending index

GetEnd

Gets the ending index

method : public : GetEnd() ~ Float
Return
TypeDescription
Floatending index

GetStart

Gets the starting index

method : public : GetStart() ~ Float
Return
TypeDescription
Floatstarting index

GetStep

Gets the step value

method : public : GetStep() ~ Float
Return
TypeDescription
Floatstep value

SetEnd

Sets the ending index

method : public : SetEnd(end:Char) ~ Nil
Parameters
NameTypeDescription
endCharending index

SetStart

Sets the starting index

method : public : SetStart(start:Char) ~ Nil
Parameters
NameTypeDescription
startCharstarting index

SetStep

Sets the step value

method : public : SetStep(step:Char) ~ Nil
Parameters
NameTypeDescription
stepCharstep value