Skip to main content

Interface: PrecisionCalculator

Serialization.PrecisionDetection.PrecisionCalculator

Defines functionality for precision calculation for floating point data

Methods

(abstract) calculatePrecision(data, property) → {int}

Calculates an estimated precision value for the specified data

Parameters:
NameTypeDescription
dataFloat32ArrayThe data to be used for the calculation
propertyPathBuilding.PathPoint.PropertyGeometric/appearance property, which corresponds to the given sequence of path point data values
Returns:

precision

Type

int

Home