C# 클래스 MapAround.Extensions.Surfaces.IsolineBuilder.LevelRange

Describes a range of z-value.
파일 보기 프로젝트 열기: gkrsu/maparound.core

공개 프로퍼티들

프로퍼티 타입 설명
Max double
Min double

공개 메소드들

메소드 설명
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

메소드 상세

Contains() 공개 메소드

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

LevelRange() 공개 메소드

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
리턴 System

프로퍼티 상세

Max 공개적으로 프로퍼티

Maximum value.
public double Max
리턴 double

Min 공개적으로 프로퍼티

Minimum value.
public double Min
리턴 double