Matrix3x2.WithElement(Int32, Int32, Single) 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.
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