You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
Math387 Class
>
Math387 Methods
>
Max Method
>
Math387.Max Method (int, int)
Dew Math for .NET
Math387.Max Method (int, int)
Math387 Class
Math387 Members
Dew.Math.Units Namespace
Max Method
See Also
Collapse All
Maximum of two integer numbers X and Y.
Syntax
C#
Visual Basic
public
static
int
Max
(
int
X
,
int
Y
);
Public
static
Function
Max
(
X
As
Integer
,
Y
As
Integer
)
As
Integer
Returns
the maximum of two integer numbers X and Y.
See Also
Min
Group
Max Method
Links
Math387 Class
,
Math387 Members
,
Dew.Math.Units Namespace
,
Max Method
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!