Edit

ExpressionFunctions.Max Method

Definition

Overloads

Max(Vector4Node, Vector4Node)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

Max(Vector3Node, Vector3Node)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

Max(ScalarNode, ScalarNode)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

Max(Vector2Node, Vector2Node)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

Max(Vector4Node, Vector4Node)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

public static CommunityToolkit.WinUI.Animations.Expressions.Vector4Node Max(CommunityToolkit.WinUI.Animations.Expressions.Vector4Node val1, CommunityToolkit.WinUI.Animations.Expressions.Vector4Node val2);
static member Max : CommunityToolkit.WinUI.Animations.Expressions.Vector4Node * CommunityToolkit.WinUI.Animations.Expressions.Vector4Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector4Node
Public Shared Function Max (val1 As Vector4Node, val2 As Vector4Node) As Vector4Node

Parameters

val1
Vector4Node

Source value 1.

val2
Vector4Node

Source value 2.

Returns

Vector4Node.

Applies to

Max(Vector3Node, Vector3Node)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

public static CommunityToolkit.WinUI.Animations.Expressions.Vector3Node Max(CommunityToolkit.WinUI.Animations.Expressions.Vector3Node val1, CommunityToolkit.WinUI.Animations.Expressions.Vector3Node val2);
static member Max : CommunityToolkit.WinUI.Animations.Expressions.Vector3Node * CommunityToolkit.WinUI.Animations.Expressions.Vector3Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector3Node
Public Shared Function Max (val1 As Vector3Node, val2 As Vector3Node) As Vector3Node

Parameters

val1
Vector3Node

Source value 1.

val2
Vector3Node

Source value 2.

Returns

Vector3Node.

Applies to

Max(ScalarNode, ScalarNode)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode Max(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val1, CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val2);
static member Max : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode * CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function Max (val1 As ScalarNode, val2 As ScalarNode) As ScalarNode

Parameters

val1
ScalarNode

Source value 1.

val2
ScalarNode

Source value 2.

Returns

ScalarNode.

Applies to

Max(Vector2Node, Vector2Node)

Returns the maximum of two values. For vectors, the max of each subchannel is returned.

public static CommunityToolkit.WinUI.Animations.Expressions.Vector2Node Max(CommunityToolkit.WinUI.Animations.Expressions.Vector2Node val1, CommunityToolkit.WinUI.Animations.Expressions.Vector2Node val2);
static member Max : CommunityToolkit.WinUI.Animations.Expressions.Vector2Node * CommunityToolkit.WinUI.Animations.Expressions.Vector2Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector2Node
Public Shared Function Max (val1 As Vector2Node, val2 As Vector2Node) As Vector2Node

Parameters

val1
Vector2Node

Source value 1.

val2
Vector2Node

Source value 2.

Returns

Vector2Node.

Applies to