Visual Basic (Declaration) | |
---|---|
Public Overloads Shared Function Divide( _ ByVal lhs As Element, _ ByVal rhs As Element _ ) As Element |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- lhs
- An element.
- rhs
- An element.
All properties of lsh are copied to the resulting element, then rhs properties are trickled to the resulting element.