Version

TryAverageIf Method

Returns the average value of the Vectorx where the corresponding BooleanVector is True as the result.
Overload List
OverloadDescription
TryAverageIf(Vector,BooleanVector,Double,Exception)Returns the average value of the Vectorx where the corresponding BooleanVector is True as the result.  
TryAverageIf(ComplexVector,BooleanVector,Complex,Exception)Returns the average value of the ComplexVectorx where the corresponding BooleanVector is True as the result.  
TryAverageIf(Vector,ComparisonType,Double,Double,Exception)Returns the average value of the elements of the Vectorx which satisfy the condition specified by the ComparisonType as the result.  
TryAverageIf(ComplexVector,ComparisonType,Complex,Complex,Exception)Returns the average value of the elements of the ComplexVectorx which satisfy the condition specified by the ComparisonType as the result.  
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