maxAbsDiffFloat64 MethodStatic

Return the max absolute difference between corresponding entries in two Float64Array

  • If sizes are mismatched, only the smaller length is tested.

maxAbsDiffFloat64(dataA: Float64Array, dataB: Float64Array): number

Parameter Type Description
dataA Float64Array  
dataB Float64Array  

Returns - number

Defined in

Last Updated: 12 June, 2024