Operator operator ^
operator ^(BooleanFieldFunction, BooleanFieldFunction)
Composes a function that indicates if, point-wise, either this function's field result or another are true,
but not both.
Declaration
public static BooleanFieldFunction operator ^(BooleanFieldFunction a, BooleanFieldFunction b)
Parameters
| Type | Name | Description |
|---|---|---|
| BooleanFieldFunction | a | |
| BooleanFieldFunction | b |
Returns
| Type | Description |
|---|---|
| BooleanFieldFunction | A function that indicates if either this function's field result or another are |
Remarks
The function result has no data where either of the given fields has no data.
The function 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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |