source: PSPA/madxPSPA/doc/usrguide/Introduction/real.html @ 489

Last change on this file since 489 was 430, checked in by touze, 11 years ago

import madx-5.01.00

File size: 646 bytes
Line 
1<head>
2<title>Integer Attributes</title>
3<!-- Changed by: Chris ISELIN, 24-Jan-1997 -->
4<!-- Changed by: Hans Grote, 25-Sep-2002 -->
5</head>
6
7<body bgcolor="#ffffff">
8
9<center>
10EUROPEAN ORGANIZATION FOR NUCLEAR RESEARCH
11<IMG SRC="http://cern.ch/madx/icons/mx7_25.gif" align=right>
12<h2>Real Attributes</h2>
13</center>
14
15Most attributes are of type REAL and are treated internally as double
16precision values. They may be set by integer values, real values,
17or expressions.
18Example:
19<pre>
20ddd:drift,l=1.2345;
21dddd:drift,l=ddd->l-0.3;
22</pre>
23<address>
24<a href="http://www.cern.ch/Hans.Grote/hansg_sign.html">hansg</a>,
25May 8, 2001
26</address>
27
28</body>
Note: See TracBrowser for help on using the repository browser.