Location

  • Reference:
    • Silver.dll  .NET, .NET Standard 2.0
    • silver.jar  Cooper
    • Silver.fx  Island
    • libSilver.fx  Toffee
  • Namespace: Swift
  • Extends: Float

Instance Methods


stride through(not nullable Float) by(not nullable Float): not nullable IEnumerable<not nullable Float>

method stride through(through: not nullable Float) by(by: not nullable Float): not nullable IEnumerable<not nullable Float>
IEnumerable<not nullable Float>! stride through(Float! through) by(Float! by)
func stride(through: Float, by: Float) -> INSFastEnumeration<nullable Float>
Iterable<Float> stride through(Float through) by(Float by)
Function stride through(through As Float) by(by As Float) As IEnumerable<not nullable Float>

Parameters:

  • through:
  • by:

stride to(not nullable Float) by(not nullable Float): not nullable INSFastEnumeration<nullable Float> Toffee

func stride(to: Float, by: Float) -> INSFastEnumeration<nullable Float>

Parameters:

  • to:
  • by: