[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Initializes a new instance of the Matrix<(Of <(<'T>)>)> class

Namespace: DynamicNode.Types.Base
Assembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)

Syntax

C#
public Matrix(
	int width,
	int height,
	Func generator
)
Visual Basic
Public Sub New ( _
	width As Integer, _
	height As Integer, _
	generator As Func _
)
F#
new : 
        width:int * 
        height:int * 
        generator:Func -> Matrix

Parameters

width
Type: System..::..Int32

[Missing <param name="width"/> documentation for "M:DynamicNode.Types.Base.Matrix`1.#ctor(System.Int32,System.Int32,System.Func`3)"]

height
Type: System..::..Int32

[Missing <param name="height"/> documentation for "M:DynamicNode.Types.Base.Matrix`1.#ctor(System.Int32,System.Int32,System.Func`3)"]

generator
Type: System..::..Func<(Of <(<'T1, T2, TResult>)>)>

[Missing <param name="generator"/> documentation for "M:DynamicNode.Types.Base.Matrix`1.#ctor(System.Int32,System.Int32,System.Func`3)"]

See Also