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

Describes a range of z-value.
Exibir arquivo Open project: gkrsu/maparound.core

Public Properties

Property Type Description
Max double
Min double

Public Methods

Method 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 method

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

LevelRange() public method

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
return System

Property Details

Max public_oe property

Maximum value.
public double Max
return double

Min public_oe property

Minimum value.
public double Min
return double