[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 2-dimensionale Objekte.
Namespace: DynamicNode.Types.BaseAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
| C# |
|---|
public interface IMatrix<T> : IMatrix, IFixSizeStruct |
| Visual Basic |
|---|
Public Interface IMatrix(Of T) _ Inherits IMatrix, IFixSizeStruct |
| F# |
|---|
type IMatrix<'T> = interface interface IMatrix interface IFixSizeStruct end |
Type Parameters
- T
- Der Datentyp.