Vector4Divide method
Vector4StructType
Vector4Divide(
- Vector4StructType v1,
- Vector4StructType v2
Implementation
Vector4StructType Vector4Divide(Vector4StructType v1, Vector4StructType v2)
=> v1.div(v2);