MC-Basic:DISTL

From SoftMC-Wiki
Revision as of 09:16, 22 May 2014 by Miborich (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Calculates the distance (in length units) between two points

Syntax

<variable> = distl (<location_expression>, <location_expression>)

Availability

All versions

Type

Double

Scope

Configuration, Terminal or Task

Limitations

Both location parameters must have the same number of coordinates

Examples

? DistL (#{1,2,3}, #{4,5,6})

D = DistL (L1, L2)

See Also