[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Eine generische Schnittstelle für 1-dimensionale Objekte.
Namespace: DynamicNode.Types.BaseAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
| C# |
|---|
public interface IVector<T> : IVector, IFixSizeStruct |
| Visual Basic |
|---|
Public Interface IVector(Of T) _ Inherits IVector, IFixSizeStruct |
| F# |
|---|
type IVector<'T> = interface interface IVector interface IFixSizeStruct end |
Type Parameters
- T
- Der Datentyp.