VPDetectorBinning MembersVirtual Photonics - VTS Library
Virtual Photonics

The DetectorBinning type exposes the following members.
Constructors

  NameDescription
Public methodDetectorBinning
Initializes a new instance of the DetectorBinning class
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodStatic memberGetRho
Method to determine rho given x and y coordinates
Public methodStatic memberGetTimeDelay
Method to determine time delay of photon given its pathlength and refractive index of medium where pathlength is determined
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodStatic memberWhichBin(Double, Double,  Double )
WhichBin determines which bin "value" is in given a list of bin centers and bin sizes. If value not in any bin, -1 returned. This allows for non-contiguous bins and nonuniformly spaced bins.
Public methodStatic memberWhichBin(Double, Int32, Double, Double)
WhichBin determines which uniform bin "value" is in. If data is beyond last bin, the last bin is returned. If the data is smaller than first bin, the first bin is returned. This assumes bins are contiguous.
Public methodStatic memberWhichBinExclusive
WhichBin determines which uniform bin "value" is in. If data is beyond last bin, it is not binned and -1 is returned If the data is smaller than first bin, it is not binned and -1 is returned This assumes bins are contiguous.
Back to Top
See Also