Version

AverageIf Method

Returns the average value of the Vectorx where the corresponding BooleanVector is True.
Overload List
OverloadDescription
AverageIf(Vector,BooleanVector)Returns the average value of the Vectorx where the corresponding BooleanVector is True.  
AverageIf(ComplexVector,BooleanVector)Returns the average value of the ComplexVectorx where the corresponding BooleanVector is True.  
AverageIf(Vector,ComparisonType,Double)Returns the average value of the elements of the Vectorx which satisfy the condition specified by the ComparisonType.  
AverageIf(ComplexVector,ComparisonType,Complex)Returns the average value of the elements of the ComplexVectorx which satisfy the condition specified by the ComparisonType.  
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also