[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)
Gibt den Grün-Kanal zurück.
Namespace: DynamicNode.Types.ImagingAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
| C# |
|---|
public Matrix<ushort> G { get; protected set; } |
| Visual Basic |
|---|
Public Property G As Matrix(Of UShort) Get Protected Set |
| F# |
|---|
member G : Matrix<uint16> with get, set |