VPDetectorBinning GetTimeDelay Method Virtual Photonics - VTS Library
Virtual Photonics
Method to determine time delay of photon given its pathlength and refractive index of medium where pathlength is determined

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

public static double GetTimeDelay(
	double pathlength,
	double n
)

Parameters

pathlength
Type: OnlineSystem Double
distance photon has traveled
n
Type: OnlineSystem Double
refractive index of medium where pathlength is determined

Return Value

Type: OnlineDouble
See Also