[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Gibt für die gegebene Genauigkeit einen passenden Matrix<(Of <(<'T>)>)>-Typ zurück.

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

Syntax

C#
public static Type GetMatrixType(
	BitDepth precision
)
Visual Basic
Public Shared Function GetMatrixType ( _
	precision As BitDepth _
) As Type
F#
static member GetMatrixType : 
        precision:BitDepth -> Type 

Parameters

precision
Type: DynamicNode.Types.Imaging..::..BitDepth
Die benötigte Genauigkeit.

Return Value

Ein konkreter Matrix<(Of <(<'T>)>)>-Typ.

See Also