public delegate float AnalogConverter( float inputValue )
Public Delegate Function AnalogConverter ( inputValue As Single ) As Single
type AnalogConverter = delegate of inputValue : float32 -> float32
In This Article