http://www.emgu.com
Assembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Joining multiple index ascending IInterpolatables together as a single index ascending IInterpolatable.
Namespace: Emgu.UtilAssembly: Emgu.Util (in Emgu.Util.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static IEnumerable<T> JoinInterpolatables<T>( params IEnumerable<T>[] enums ) where T : new(), IInterpolatable<T> |
Visual Basic |
---|
Public Shared Function JoinInterpolatables(Of T As {New, IInterpolatable(Of T)}) ( _ ParamArray enums As IEnumerable(Of T)() _ ) As IEnumerable(Of T) |
Visual C++ |
---|
public: generic<typename T> where T : gcnew(), IInterpolatable<T> static IEnumerable<T>^ JoinInterpolatables( ... array<IEnumerable<T>^>^ enums ) |
Parameters
- enums
- Type: array<System.Collections.Generic..::..IEnumerable<(Of <(<'T>)>)>>[]()[][]
The enumerables, each should be stored in index ascending order
Type Parameters
- T
- The type of objects that will be joined