docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method BuildCountingSequence

    BuildCountingSequence(double, int)

    Get an enumerable of size count, spaced by an interval of delta.

    Declaration
    public static IEnumerable<float> BuildCountingSequence(double delta, int count)
    Parameters
    Type Name Description
    double delta

    Interval for the sequence.

    int count

    Size of the sequence.

    Returns
    Type Description
    IEnumerable<float>

    Sequence of values spaced with delta.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)