 | ObjectExtensions Methods |
The ObjectExtensions type exposes the following members.
Methods| | Name | Description |
|---|
 | InT(T, IEnumerableT) |
Returns true if obj is equal to any of the other arguments.
|
 | InT(T, T) |
Returns true if obj is equal to any of the other arguments.
|
  | InT(T, String) |
Returns true if obj is equal to at least one of the elements of the user variable.
|
 | IntervalT(T, IEnumerableT) |
Returns the index of the value that is less than obj.
|
 | IntervalT(T, T) |
Returns the index of the value that is less than obj.
|
 | NotInT(T, IEnumerableT) |
Returns true if obj is not equal to any of the other arguments.
|
 | NotInT(T, T) |
Returns true if obj is not equal to any of the other arguments.
|
 | NotInT(T, String) |
Returns true if obj is not equal to any of the elements of the user variable.
|
 | RemapT(T, ExpressionFuncInt32, IEnumerableInt32, IEnumerableInt32) |
Allows you to make some exceptions of an expression value depending on condition values.
|
 | RemapT(T, ExpressionFuncSingle, IEnumerableInt32, IEnumerableSingle) |
Allows you to make some exceptions of an expression value depending on condition values.
|
Top
See Also