'Declaration Public Default Property Item( _
ByVal yVertical position of the matrix element.As System.Int32, _
ByVal xHorizontal position of the matrix element.As System.Int32 _
) As ComplexNumber
public ComplexNumber this[
System.Int32 y,
System.Int32 x
]{ get; set; }
public: __property ComplexNumber get_Item(
System.Int32 y,
System.Int32 x
); public: __property void set_Item(
System.Int32 y,
System.Int32 x,
ComplexNumber value
);
public:
property ComplexNumber default [System.Int32,System.Int32] { ComplexNumber get(System.Int32 y, System.Int32 x); void set(System.Int32 y, System.Int32 x, ComplexNumber value); }
Parameters
- y
- Vertical position of the matrix element.
- x
- Horizontal position of the matrix element.
Return Value
Selected matrix element.