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

Calculate the maximum value of all calling object elements.

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

The AMax parameter returns the maximum value. The AIndex parameter returns the index of maximum value. An exception is raised if calling object Complex property is true.

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