MC-Basic:DISTR

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= <''variable''> = distr (''<location_expression>, <location_expression>)'' |AVAILABILITY= AllVersions |DESCRIPTION= Calculates the distance (i…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Calculates the distance (in angle units) between two points

User:                    Application developer

Return Value:     Double

Syntax

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

Availability

AllVersions

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