VPIHistoryDetector T  InterfaceVirtual Photonics - VTS Library
Virtual Photonics
Defines a contract for Monte Carlo tallies.

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

public interface IHistoryDetector<out T> : IHistoryDetector, 
	IDetector<T>, IDetector
Type Parameters

T
type of tally return (e.g. double[])
See Also