You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Median Method > Matrix.Median Method (int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.Median Method (int, int)

Calculate median value for calling Matrix elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public double Median(int Index, int Len);

An exception is raised if ConditionCheck is true and array borders are overrun.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!