Difference between revisions of "MC-Basic:DISTL"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
Line 38: Line 38:
 
* [[Axystems:MC-Basic:DISTR|DISTR]]
 
* [[Axystems:MC-Basic:DISTR|DISTR]]
  
 
+
[[Category:Axystems:MC-Basic:Points Handling|DISTL]]
 
}}
 
}}

Revision as of 13:22, 12 March 2014

Calculates the distance (in length units) between two points

Syntax

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

Availability

AllVersions

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