SampSharp
SampSharp
SampSharp.Entities.SAMP
Vector4 Structure
Vector4 Methods
Barycentric Method
CatmullRom Method
Clamp Method
Distance Method
DistanceSquared Method
DistanceTo Method
Dot Method
Equals Method
GetHashCode Method
Hermite Method
Lerp Method
Max Method
Min Method
Normalize Method
Normalized Method
SmoothStep Method
ToString Method
Transform Method
Vector4
Max Method
Creates a new
Vector4
that contains a maximal values from the two vectors.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
static
Vector4
Max
(
Vector4
value1
,
Vector4
value2
)
Parameters
value1
Type:
SampSharp.Entities.SAMP
Vector4
The first vector.
value2
Type:
SampSharp.Entities.SAMP
Vector4
The second vector.
Return Value
Type:
Vector4
The
Vector4
with maximal values from the two vectors.
See Also
Reference
Vector4 Structure
SampSharp.Entities.SAMP Namespace