Virtual PhotonicsThe DetectorBinning type exposes the following members.
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | DetectorBinning | Initializes a new instance of the DetectorBinning class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as a hash function for a particular type. (Inherited from ![]() |
![]() ![]() | GetRho |
Method to determine rho given x and y coordinates
|
![]() ![]() | GetTimeDelay |
Method to determine time delay of photon given its pathlength and refractive index
of medium where pathlength is determined
|
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
![]() ![]() | WhichBin(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.
|
![]() ![]() | WhichBin(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.
|
![]() ![]() | WhichBinExclusive |
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.
|
See Also