C# 클래스 Adf.Core.Extensions.DoubleExtensions

Represents an utility class to check whether a value belongs to a specified range. Provides method to check whether a value belongs to a specified range.
파일 보기 프로젝트 열기: NLADP/ADF

공개 메소드들

메소드 설명
InRange ( this value, double min, double max ) : bool

Returns a value indicating whether the specified value belongs to a specified range.

메소드 상세

InRange() 공개 정적인 메소드

Returns a value indicating whether the specified value belongs to a specified range.
public static InRange ( this value, double min, double max ) : bool
value this The value to check.
min double The lower limit of the range.
max double The upper limit of the range.
리턴 bool