Searched refs:sampleInMilivolts (Results 1 – 1 of 1) sorted by relevance
351 private uint MilivoltsToSample(double sampleInMilivolts) in MilivoltsToSample() argument372 …uint referencedValue = (uint)Math.Round((sampleInMilivolts / (referenceVoltage * 1000)) * ((1 << r… in MilivoltsToSample()