DoubleComparisonField Class

Represents the double search field.
Inheritance Hierarchy

Namespace:  Aspose.Email.Tools.Search
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public sealed class DoubleComparisonField : ComparisonField

The DoubleComparisonField type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(Double)
Indicates that field must be equal to the specified value.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGreater
Indicates that field must be greater than the specified value.
Public methodGreaterOrEqual
Indicates that field must be greater or equal to the specified value.
Public methodLess
Indicates that field must be less than the specified value.
Public methodLessOrEqual
Indicates that field must be less or equal to the specified value.
Public methodNotEquals
Indicates that field must not be equal to the specified value.
Public methodToString (Inherited from Object.)
See Also