Description

Forces the computation of enabled measurements in the collection

Return Type

None  

Syntax

object.Compute

The Compute Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McMeasures.

Remarks

You will usually have no reason to call this method, because a measurement's Value property will always be computed correctly when accessed. However, under some circumstances it is more efficient to use Select to enable all measurements of interest and then call Compute to do the calculations all at once.