You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TDenseMtxVec Class > TDenseMtxVec Methods > Max Method > TDenseMtxVec.Max Method (out double, out int, int, int)
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TDenseMtxVec.Max Method (out double, out int, int, int)

Calculate the maximum value of calling object elements [Index]..[Index+Len-1].

Syntax
C#
Visual Basic
public void Max(out double AMax, out int aIndex, int Index, int Len);

The AMax parameter returns the maximum value. The aIndex parameter returns the index of maximum value. An exception is raised if calling object TMtxVec.Complex property is true or array borders are overrud/underrun.

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