See Also

Element Class  | Element Members  | Overload List

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Language

Visual Basic

C#

JScript

Show All

lhs
An element.
rhs
An element.
See Also Requirements Languages dotnetCHARTING Send comments on this topic.

op_Addition(Element,Element) Method

Adds the values of two elements.

[Visual Basic]
Overloads Public Shared Function op_Addition( _    ByVal lhs As Element, _    ByVal rhs As Element _ ) As Element
[C#]
public static Element op_Addition(    Element lhs,    Element rhs );
[JScript]
public static function op_Addition(    lhs : Element,    rhs : Element ) : Element;

Parameters

lhs
An element.
rhs
An element.

Remarks

All properties of lsh are copied to the resulting element, then rhs properties are trickled to the resulting element.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Element Class  | Element Members  | Overload List

 

 


2002 - 2004 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.