Edit

Share via


Matrix3x2.WithElement(Int32, Int32, Single) Method

Definition

public:
 System::Numerics::Matrix3x2 WithElement(int row, int column, float value);
public readonly System.Numerics.Matrix3x2 WithElement(int row, int column, float value);
member this.WithElement : int * int * single -> System.Numerics.Matrix3x2
Public Function WithElement (row As Integer, column As Integer, value As Single) As Matrix3x2

Parameters

row
Int32
column
Int32
value
Single

Returns

Applies to