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

Maximum and minimum value in a single pass.

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

Calculates the maximum and minimum value of all calling object elements in a single pass. Maximum value is stored in AMax parameter, minimum value is stored in AMin parameter. Use this method if you require minimum AND maximum value.

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