log 0
This commit is contained in:
@ -31,7 +31,7 @@ public class ProfilePoint
|
||||
Concentration = cd;
|
||||
DeltaPercent = lastProfilePoint is null ? null : (lastProfilePoint.ResistanceRaw - raw) / raw;
|
||||
LastProfilePoint = lastProfilePoint;
|
||||
Log10 = new
|
||||
Log10 = depth == 0 || raw == 0 ? null : new
|
||||
(
|
||||
depth: depth,
|
||||
raw: raw,
|
||||
|
Reference in New Issue
Block a user