C# Class MapAround.Extensions.Surfaces.IsolineBuilder.LevelRange

Describes a range of z-value.
Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Свойство Type Description
Max double
Min double

Méthodes publiques

Méthode Description
Contains ( double z ) : bool

Determines if this interval contains the z-value.

LevelRange ( double min, double max ) : System

Initializes a new instance of the MapAround.Geometry.Extensions.Surfaces.IsolineBuilder.LevelRange

Method Details

Contains() public méthode

Determines if this interval contains the z-value.
public Contains ( double z ) : bool
z double Z-value
Résultat bool

LevelRange() public méthode

Initializes a new instance of the MapAround.Geometry.Extensions.Surfaces.IsolineBuilder.LevelRange
public LevelRange ( double min, double max ) : System
min double Minimum value
max double Maximum value
Résultat System

Property Details

Max public_oe property

Maximum value.
public double Max
Résultat double

Min public_oe property

Minimum value.
public double Min
Résultat double