Perform whatever finalization computations are necessary (i.e. AVG computes sum/count) and returns the output object

Namespace: ScopeRuntime
Assembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)

Syntax

C#
public abstract O Finalize()
Visual Basic
Public MustOverride Function Finalize As O
Visual C++
public:
virtual O Finalize() abstract

Return Value

Output matching type O

See Also