VectorMax Method
Returns a vector whose elements are the maximum of each of the pairs of elements in two specified vectors
Namespace: AvaloniaAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static Vector Max(
Vector left,
Vector right
)
Public Shared Function Max (
left As Vector,
right As Vector
) As Vector
static member Max :
left : Vector *
right : Vector -> Vector
- left Vector
-
- right Vector
-
Vector