Creates the Vector3 vector from the collection of Single type values.
            
    Namespace: 
   SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
| C# | 
|---|
public static Vector3 Vector3FromArray( float[] value )  | 
Parameters
- value
 - Type: array<
            System..::.Single
          >[]()[]
Collection of the new vector source coordinates. 
Return Value
Returns new Vector3 vector.
Exceptions
| Exception | Condition | 
|---|---|
| System..::.ArgumentNullException | value is nullNothingnullptra null reference (Nothing in Visual Basic). |