Show / Hide Table of Contents

Method IsGreaterThanOrEqualTo

IsGreaterThanOrEqualTo(int)

Composes a function that indicates if, point-wise, this function's field result is greater than or equal to a given value.

Declaration
public BooleanFieldFunction IsGreaterThanOrEqualTo(int value)
Parameters
Type Name Description
int value

The comparison value.

Returns
Type Description
BooleanFieldFunction

A function that indicates if this function's field result is greater than or equal to a given value.

Remarks

The result has no value where this field has no value.

The result extent equals that of this field.

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300

IsGreaterThanOrEqualTo(DiscreteFieldFunction)

Composes a function that indicates if, point-wise, this function's field result is greater than or equal to another.

Declaration
public BooleanFieldFunction IsGreaterThanOrEqualTo(DiscreteFieldFunction otherField)
Parameters
Type Name Description
DiscreteFieldFunction otherField

Another integer scalar field.

Returns
Type Description
BooleanFieldFunction

A function that indicates if this function's field result is greater than or equal to another.

Remarks

The result has no value where either of the given fields has no value.

The result extent is the intersection of the extents of the given fields.

The spatial reference of both fields must be equivalent.

Applies to

Platforms and versions
TargetVersions
.NET300
.NET Windows300
.NET Android300
.NET iOS300
In this article
Provide feedback
Back to top Copyright © 2025 Esri.