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

Calculates the maximum and minimum value of calling object elements [Index]..[Index+Len-1].

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

Maximum value is stored in AMax parameter, minimum value is stored in AMin parameter. 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!