IFieldState<T>.Limits(Double, Double) 메서드

정의

숫자 값의 제한입니다.

public bool Limits (out double min, out double max);
abstract member Limits : double * double -> bool
Public Function Limits (ByRef min As Double, ByRef max As Double) As Boolean

매개 변수

min
Double

가능한 최소 값입니다.

max
Double

가능한 최대 값입니다.

반환

True이면 제한이 기본 데이터 형식을 제한합니다.

설명

이는 일반적으로 가능한 값에 대한 제한을 설정한 NumericAttribute 결과를 반영합니다.

적용 대상