I have two point feature classes, both containing negative Z values, and I wish to compare the Z values of near features.
When I run the tool, I notice that the algorithm actually adds the difference between the Z values. For example:
Dataset A has a feature with Z value of "-5.5".
Dataset B has a feature with Z value of "-4.5".
These two features are considered "near".
When running the Near 3D (3D Analyst) tool, it calculates the field "NEAR_DELTZ" to be "+10.0" (i.e. -5.5 - 4.5 = +10.0), instead of my expected delta of "1.0".
Is there a way to calculate the Z value between two negative values, without having to recalculate the fields to have one positive and one negative?