Method ToDiscreteFieldFunction
ToDiscreteFieldFunction()
Composes a function that casts, point-wise, boolean values from this function's field result to integer values across its extent.
Declaration
public DiscreteFieldFunction ToDiscreteFieldFunction()
Returns
| Type | Description |
|---|---|
| DiscreteFieldFunction | A function that casts boolean values from this function's field result to integer values. |
Remarks
Boolean values of true and false become 1 and 0, respectively. 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 |