Difference between revisions of "MC-Basic:DISTR"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''variable''> = distr (''<location_expression>, <location_expression>)'' |AVAILABILITY= AllVersions |DESCRIPTION= Calculates the distance (i…')
 
 
(5 intermediate revisions by 4 users not shown)
Line 7: Line 7:
  
 
|AVAILABILITY=
 
|AVAILABILITY=
AllVersions
+
All versions
  
 
|DESCRIPTION=
 
|DESCRIPTION=
Line 40: Line 40:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:DISTL|DISTL]]
+
* [[MC-Basic:DISTL|DISTL]]
 
 
  
 +
[[Category:MC-Basic:Points Handling|DISTR]]
 
}}
 
}}

Latest revision as of 09:16, 22 May 2014

Calculates the distance (in angle units) between two points

User:                    Application developer

Return Value:     Double

Syntax

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

Availability

All versions

Scope

Configuration, Terminal or Task

Limitations

Both location parameters must have the same number of coordinates

Examples

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

D = DistR (L1, L2)

See Also