Matrix.FillDiagonal(Array) Method

Top 

Description

Populates the diagonal elements of the matrix with the elements of the array.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Matrix.FillDiagonal(

Array array)

 

 

Arguments

array


Description:

The array with which to populate the diagonal elements of the matrix.

 

 

 

Syntax

myMatrix1.FillDiagonal(myArray1);

 

 

See also

Matrix Object

Matrix.FillDiagonal

Matrix, Array, and Variable Math Guide