←Select platform

Matrix Property

Summary

Gets or sets an array of filter coefficients.

Syntax
C#
VB
C++
public int[] Matrix { get; set; } 
Public Property Matrix() As Integer() 
   Get 
   Set 
public:  
   property array<Int32>^ Matrix 
   { 
      array<Int32>^ get() 
      void set(array<Int32>^ value) 
   } 

Property Value

Array of filter coefficients.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.CloudServices Assembly