VPIDetector 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 IDetector<out T> : IDetector
Type Parameters

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