You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
Math387 Class
>
Math387 Methods
>
Math387.Swapf Method
Dew Math for .NET
Math387.Swapf Method
Math387 Class
Math387 Members
Dew.Math.Units Namespace
Math387 Methods
Collapse All
Exchange two numbers.
Syntax
C#
Visual Basic
public
static
void
Swapf
(
ref
float
X
,
ref
float
Y
);
Public
static
Function
Swapf
(
ByRef
X
As
float,
ByRef
Y
As
float)
As
void
Remarks
Exchanges two real numbers
X swaps Y
.
Group
Math387 Methods
Links
Math387 Class
,
Math387 Members
,
Dew.Math.Units Namespace
,
Math387 Methods
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!