Difference between revisions of "MC-Basic:DISTL"
m (Miborich moved page Axystems:MC-Basic:DISTL to MC-Basic:DISTL: Global renaming of Axystems: namespace into (Main):) |
|||
(One intermediate revision by the same user not shown) | |||
Line 36: | Line 36: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:DISTR|DISTR]] |
− | [[Category | + | [[Category:MC-Basic:Points Handling|DISTL]] |
}} | }} |
Latest revision as of 09:16, 22 May 2014
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)