SqlDecimal.IsPositive 속성

정의

SqlDecimal 구조체의 값이 Value 0보다 큰지 여부를 나타냅니다.

public:
 property bool IsPositive { bool get(); };
public bool IsPositive { get; }
member this.IsPositive : bool
Public ReadOnly Property IsPositive As Boolean

속성 값

true null에 Value 할당된 경우 그렇지 않으면 false입니다.

적용 대상

추가 정보