Perform whatever finalization computations are necessary
(i.e. AVG computes sum/count) and returns the output object
Namespace: ScopeRuntimeAssembly: ScopeRuntime (in ScopeRuntime.exe) Version: 1.0.0.0 (10.2.2.0)
Syntax
C# |
---|
public abstract T Finalize() |
Visual Basic |
---|
Public MustOverride Function Finalize As T |
Visual C++ |
---|
public: virtual T Finalize() abstract |