Search Results for

    Show / Hide Table of Contents

    Struct Range

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: ProjectDawn.Navigation
    Assembly: ProjectDawn.Navigation.dll
    Syntax
    [Serializable]
    public struct Range

    Constructors

    | Improve this Doc View Source

    Range(float, float)

    Declaration
    public Range(float start, float end)
    Parameters
    Type Name Description
    float start
    float end

    Fields

    | Improve this Doc View Source

    End

    Declaration
    public float End
    Field Value
    Type Description
    float
    | Improve this Doc View Source

    Start

    Declaration
    public float Start
    Field Value
    Type Description
    float

    Properties

    | Improve this Doc View Source

    Length

    Declaration
    public float Length { get; }
    Property Value
    Type Description
    float

    Methods

    | Improve this Doc View Source

    Contains(float)

    Declaration
    public bool Contains(float value)
    Parameters
    Type Name Description
    float value
    Returns
    Type Description
    bool
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © ProjectDawn.
    Generated by DocFX