Table of Contents

Class ParameterIndexRange

Namespace
AiDotNet.Models.Options
Assembly
AiDotNet.dll

Represents a contiguous parameter index range.

public class ParameterIndexRange
Inheritance
ParameterIndexRange
Inherited Members

Properties

Length

Gets or sets the length of the range.

public int Length { get; set; }

Property Value

int

Start

Gets or sets the start index (0-based).

public int Start { get; set; }

Property Value

int