Bitbybit Docs
    Preparing search index...

    Class SpanDto (Inputs.Vector)

    A start, an end and a step for vector.span, which lists every number from min to max in steps of step.

    Index

    Constructors

    Properties

    Constructors

    • Parameters

      • Optionalstep: number
      • Optionalmin: number
      • Optionalmax: number

      Returns SpanDto

    Properties

    step: number

    Distance between neighboring numbers; the last number is max only when a step lands on it.

    0.1
    

    -Infinity

    Infinity

    0.1

    min: number

    The first number of the span.

    0
    

    -Infinity

    Infinity

    1

    max: number

    The end of the span; included when a step lands on it.

    1
    

    -Infinity

    Infinity

    1