Vector3.Sum(Vector3) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the sum of all elements in a vector.
public:
static float Sum(System::Numerics::Vector3 value);
public static float Sum(System.Numerics.Vector3 value);
static member Sum : System.Numerics.Vector3 -> single
Public Shared Function Sum (value As Vector3) As Single
Parameters
- value
- Vector3
Returns
The sum of all elements in vector.