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

Calculate minimum and maximum in one procedure call.

Syntax
C#
Visual Basic
public void MaxMin(out int aMax, out int aMin);
Parameters 
Description 
out int aMax 
Returns calling vector maximum value. 
out int aMin 
Returns calling vector monimum value. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!