An envelope that contains the maximum and minimum value

C# | Visual Basic | Visual C++ |
public class Envelope<T> where T : new(), IComparable
Public Class Envelope(Of T As {New, IComparable})
generic<typename T> where T : gcnew(), IComparable public ref class Envelope

- T
[Missing <typeparam name="T"/> documentation for "T:Emgu.CV.Envelope`1"]

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | Envelope<(Of <(T>)>)()()() |
Create an envelope with default value
|
![]() | Envelope<(Of <(T>)>)(T, T) |
Create an envelope with specific data
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()() | Gets the Type of the current instance. (Inherited from Object.) |
![]() | InRange(T) |
Returns true if the value is in the envelope
|
![]() | Max |
The maximum value of the envelop
|
![]() | MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Min |
The minimum value of the envelope
|
![]() | ToString()()() | (Inherited from Object.) |

Object | ||
![]() | Envelope<(Of <(T>)>) | |
![]() | Envelope3M<(Of <(T>)>) |