abs - absolute value of an object
A[S1,..,Sn] = abs (B[S1,..,Sn])
None
Places the absolute value of the elements in B in the elements of A.
(A)s1,..,sn = (B)s1,..,sn if (B)s1,..,sn >= 0
(A)s1,..,sn = - (B)s1,..,sn if (B)s1,..,sn < 0
None
SIuom (A) = SIuom (B)
AltUom (A) = AltUom (B)
Entity (A) = Entity (B)
Object (B) = {constant, array}
boolgt, boolge, min, max
A[t] = abs (B[t])
If B[t] is an object containing the values:
this statement gives an object, A[t] containing the values:
not available yet