[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)
Initialisiert eine neue Matrix.
Namespace: DynamicNode.Types.BaseAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
| C# |
|---|
public Matrix( int width, int height ) |
| Visual Basic |
|---|
Public Sub New ( _ width As Integer, _ height As Integer _ ) |
| F# |
|---|
new : width:int * height:int -> Matrix |
Parameters
- width
- Type: System..::..Int32
Die Breite der Matrix.
- height
- Type: System..::..Int32
Die Höhe der Matrix.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Wird geworfen, wenn für width oder height ein Wert kleiner 0 übergeben wird. |