ExpressionFunctions.Mod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Mod(ScalarNode, ScalarNode) |
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned. |
| Mod(Vector2Node, Vector2Node) |
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned. |
| Mod(Vector3Node, Vector3Node) |
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned. |
| Mod(Vector4Node, Vector4Node) |
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned. |
Mod(ScalarNode, ScalarNode)
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned.
public static CommunityToolkit.WinUI.Animations.Expressions.ScalarNode Mod(CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val1, CommunityToolkit.WinUI.Animations.Expressions.ScalarNode val2);
static member Mod : CommunityToolkit.WinUI.Animations.Expressions.ScalarNode * CommunityToolkit.WinUI.Animations.Expressions.ScalarNode -> CommunityToolkit.WinUI.Animations.Expressions.ScalarNode
Public Shared Function Mod (val1 As ScalarNode, val2 As ScalarNode) As ScalarNode
Parameters
- val1
- ScalarNode
The numerator value.
- val2
- ScalarNode
The denominator value.
Returns
ScalarNode.
Applies to
Mod(Vector2Node, Vector2Node)
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned.
public static CommunityToolkit.WinUI.Animations.Expressions.Vector2Node Mod(CommunityToolkit.WinUI.Animations.Expressions.Vector2Node val1, CommunityToolkit.WinUI.Animations.Expressions.Vector2Node val2);
static member Mod : CommunityToolkit.WinUI.Animations.Expressions.Vector2Node * CommunityToolkit.WinUI.Animations.Expressions.Vector2Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector2Node
Public Shared Function Mod (val1 As Vector2Node, val2 As Vector2Node) As Vector2Node
Parameters
- val1
- Vector2Node
The numerator value.
- val2
- Vector2Node
The denominator value.
Returns
Vector2Node.
Applies to
Mod(Vector3Node, Vector3Node)
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned.
public static CommunityToolkit.WinUI.Animations.Expressions.Vector3Node Mod(CommunityToolkit.WinUI.Animations.Expressions.Vector3Node val1, CommunityToolkit.WinUI.Animations.Expressions.Vector3Node val2);
static member Mod : CommunityToolkit.WinUI.Animations.Expressions.Vector3Node * CommunityToolkit.WinUI.Animations.Expressions.Vector3Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector3Node
Public Shared Function Mod (val1 As Vector3Node, val2 As Vector3Node) As Vector3Node
Parameters
- val1
- Vector3Node
The numerator value.
- val2
- Vector3Node
The denominator value.
Returns
Vector3Node.
Applies to
Mod(Vector4Node, Vector4Node)
Returns the remainder resulting from dividing val1/val2. For vectors, the remainder for each subchannel is returned.
public static CommunityToolkit.WinUI.Animations.Expressions.Vector4Node Mod(CommunityToolkit.WinUI.Animations.Expressions.Vector4Node val1, CommunityToolkit.WinUI.Animations.Expressions.Vector4Node val2);
static member Mod : CommunityToolkit.WinUI.Animations.Expressions.Vector4Node * CommunityToolkit.WinUI.Animations.Expressions.Vector4Node -> CommunityToolkit.WinUI.Animations.Expressions.Vector4Node
Public Shared Function Mod (val1 As Vector4Node, val2 As Vector4Node) As Vector4Node
Parameters
- val1
- Vector4Node
The numerator value.
- val2
- Vector4Node
The denominator value.
Returns
Vector4Node.