VPDetectorBinning GetRho Method Virtual Photonics - VTS Library
Virtual Photonics
Method to determine rho given x and y coordinates

Namespace: Vts.MonteCarlo.Helpers
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static double GetRho(
	double x,
	double y
)

Return Value

Type: OnlineDouble
sqrt(x*x+y*y)
See Also