[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)
Der Delegat für eine Gamma-Transfer- und eine Gamma-Umkehrfunktion.
Namespace: DynamicNode.Types.ImagingAssembly: DataTypesAndTools (in DataTypesAndTools.dll) Version: 1.3.4679.19814 (1.3.0.0)
Syntax
C# |
---|
public delegate float GammaTransferFunction( float v ) |
Visual Basic |
---|
Public Delegate Function GammaTransferFunction ( _ v As Single _ ) As Single |
F# |
---|
type GammaTransferFunction = delegate of v:float32 -> float32 |
Parameters
- v
- Type: System..::..Single
Der zu verarbeitende Wert.