Operator operator !
operator !(BooleanFieldFunction)
Composes a function that indicates if, point-wise, this function's field result is false.
Declaration
public static BooleanFieldFunction operator !(BooleanFieldFunction a)
Parameters
| Type | Name | Description |
|---|---|---|
| BooleanFieldFunction | a |
Returns
| Type | Description |
|---|---|
| BooleanFieldFunction | A function that indicates if this function's field result is |
Remarks
The function result has no data where this function's field result has no data.
The function result extent equals that of this function's field result.
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |