Edit

Matrix4x4Node.Implicit(Matrix4x4 to Matrix4x4Node) Operator

Definition

Performs an implicit conversion from Matrix4x4 to Matrix4x4Node.

public static implicit operator CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node(System.Numerics.Matrix4x4 value);
static member op_Implicit : System.Numerics.Matrix4x4 -> CommunityToolkit.WinUI.Animations.Expressions.Matrix4x4Node
Public Shared Widening Operator CType (value As Matrix4x4) As Matrix4x4Node

Parameters

value
Matrix4x4

The value.

Returns

The result of the conversion.

Applies to