Gets or sets the array efficiency in producing output power from a collection of cells. Dimensionless.
Read-write property
[Visual Basic .NET] |
---|
Public Property ArrayEfficiencyPercent() As Double |
[C#] |
---|
public double ArrayEfficiencyPercent {get; set;} |
[Managed C++] |
---|
public: __property double get_ArrayEfficiencyPercent(); |
[Unmanaged C++] |
---|
public: HRESULT get_ArrayEfficiencyPercent( double * pVal ); public: HRESULT put_ArrayEfficiencyPercent( double InVal ); |
[Java] |
---|
public double getArrayEfficiencyPercent(); public void setArrayEfficiencyPercent( double ); |