Table of Contents

Class ZoneRange

Namespace
Tudormobile.Strava.Model
Assembly
Tudormobile.Strava.dll

Represents a range defined by minimum and maximum integer values.

public class ZoneRange
Inheritance
ZoneRange
Derived
Inherited Members

Properties

Max

Gets the maximum value allowed or supported by the current instance.

public int Max { get; set; }

Property Value

int

Min

Gets the minimum value allowed or supported by the current instance.

public int Min { get; set; }

Property Value

int