Difference between revisions of "MC-Basic:DISTL"
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''variable''> = distl (''<location_expression>, <location_expression>)'' |AVAILABILITY= AllVersions |DESCRIPTION= Calculates the distance (i…') |
m (1 revision) |
(No difference)
|
Revision as of 16:10, 13 December 2010
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)