TechTalk Genome v4.2

NullableDecimal.IsPositive Property

Indicates whether or not the value of the NullableDecimal structure is greater than zero.

public bool IsPositive {get;}

Property Value

true if the NullableDecimal structure is greater than zero, otherwise false.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

Requirements

Namespace: TechTalk.Genome.NullableTypes

Assembly: TechTalk.Genome (in TechTalk.Genome.dll)

Version: 4.2.4.4

Editions: Professional, Evaluation, Express

See Also

NullableDecimal Class | TechTalk.Genome.NullableTypes Namespace