v2025.6.2
All Bundles

FloatRange

Float range used primarily for looping

Operations

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

New

Constructor.

New(start:Float, end:Float, step:Float)

Parameters

NameTypeDescription
startFloatstarting index
endFloatending index
stepFloatstep by value

New

Constructor.

New(start:Float, end:Float)

Parameters

NameTypeDescription
startFloatstarting index
endFloatending index

New

Constructor.

New(end:Float)

Parameters

NameTypeDescription
endFloatending index

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