| Visual Basic (Declaration) | |
|---|---|
| Public Function CalculateElement( _ ByVal label As String, _ ByVal calc As Calculation _ ) As Element | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public Element CalculateElement( string label, Calculation calc ) | |
Parameters
- label
- Name of the returned element.
- calc
- The calculation to perform on this collection.
 
  
  
  
 