InterpolatingConverterConversion Delegate |
Delegate definition for original conversion method
Namespace: DHI.ProjectionsAssembly: DHI.Projections (in DHI.Projections.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public delegate void Conversion(
ref double x,
ref double y
)
Public Delegate Sub Conversion (
ByRef x As Double,
ByRef y As Double
)
public delegate void Conversion(
double% x,
double% y
)
type Conversion =
delegate of
x : float byref *
y : float byref -> unit
Parameters
- x
- Type: SystemDouble
X value to convert - y
- Type: SystemDouble
Y value to convert
See Also