Data.Scans.ScanPoint.FractionOfShotNoiseOn C# (CSharp) Method

FractionOfShotNoiseOn() public method

public FractionOfShotNoiseOn ( int index, double startTime, double endTime ) : double
index int
startTime double
endTime double
return double
        public double FractionOfShotNoiseOn(int index, double startTime, double endTime)
        {
            return FractionOfShotNoise(onShots, index, startTime, endTime);
        }