Operator operator <=
operator <=(ContinuousFieldFunction, ContinuousFieldFunction)
Composes a function that indicates if, point-wise, this function's field result is less than or equal to a given value.
Declaration
public static BooleanFieldFunction operator <=(ContinuousFieldFunction a, ContinuousFieldFunction b)
Parameters
| Type | Name | Description |
|---|---|---|
| ContinuousFieldFunction | a | |
| ContinuousFieldFunction | b |
Returns
| Type | Description |
|---|---|
| BooleanFieldFunction | A function that indicates if this function's field result is less 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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |
operator <=(ContinuousFieldFunction, float)
Composes a function that indicates if, point-wise, this function's field result is less than or equal to a given value.
Declaration
public static BooleanFieldFunction operator <=(ContinuousFieldFunction f, float v)
Parameters
| Type | Name | Description |
|---|---|---|
| ContinuousFieldFunction | f | |
| float | v |
Returns
| Type | Description |
|---|---|
| BooleanFieldFunction | A function that indicates if this function's field result is less 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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |
operator <=(float, ContinuousFieldFunction)
Composes a function that indicates if, point-wise, this function's field result is less than or equal to a given value.
Declaration
public static BooleanFieldFunction operator <=(float v, ContinuousFieldFunction f)
Parameters
| Type | Name | Description |
|---|---|---|
| float | v | |
| ContinuousFieldFunction | f |
Returns
| Type | Description |
|---|---|
| BooleanFieldFunction | A function that indicates if this function's field result is less 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
| Target | Versions |
|---|---|
| .NET | 300 |
| .NET Windows | 300 |
| .NET Android | 300 |
| .NET iOS | 300 |