Abstract |
public abstract class AbstractWindow
The AbstractWindow type exposes the following members.
| Name | Description | |
|---|---|---|
| AbstractWindow | Initializes a new instance of the AbstractWindow class. |
| Name | Description | |
|---|---|---|
| AsDoubleArray | Returns the window values as a newly allocated Double array. | |
| AsROVector | Returns the window values as a read-only vector. | |
| AsVector | Returns the window values as an IVectorT instance. | |
| Compute(Double, Boolean) | Computes the window values into the provided array. | |
| Compute(IVectorDouble, Boolean) | Computes the window values into the provided vector instance. | |
| Compute(Double, Int32, Int32, Boolean) | Computes the window values into a sub-range of the provided array. | |
| Compute(IVectorDouble, Int32, Int32, Boolean) | Computes the window values into a sub-range of the provided vector instance. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| InternalCompute | Computes the window values into the provided vector. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |