You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Vector Structure > Vector Methods > Sub Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Sub Method

This is the overview for the Sub method overload.

 
Name 
Description 
 
Array subtraction. 
 
Subtract Vec2 elements from Vec1 elements and store the results in calling object. 
 
Subtract Vec22 elements [Vec2Index]..[Vec2Index+Len-1] from Vec1 object elements [Vec1Index]..[Vec1Index+Len-1]. 
 
Subtract real Value from Src. 
 
Subtract real Value from Src elements [SrcIndex]..[SrcIndex+Len-1] and store the result in calling object elements [Index]..[Index+Len-1]. 
 
Subtract Vec elements [VecIndex]..[VecIndex+Len-1] from corresponding calling object elements [Index]..[Index+Len-1]. 
 
Subtract complex Value from Src store the results in calling object. 
 
Subtract complex Value from Src elements [SrcIndex]..[SrcIndex+Len-1] and store the result in calling object elements [Index]..[Index+Len-1]. 
 
Subtracts Value from object elements. 
 
Subtracts Value from calling object elements [Index]..[Index+Len-1]. 
 
Subtracts complex Value from all calling object complex elements. 
 
Subtracts complex Value from calling object complex elements [Index]..[Index+Len-1]. 
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!