Description
The cut-off spectral wavelength of the current sensor band at least one nanometer greater than the cut-on value.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property HighBandEdgeWL() As Double
|
[C#] |
---|
public double HighBandEdgeWL {get; set;}
|
[Managed C++] |
---|
public: __property double get_HighBandEdgeWL(); public: __property void set_HighBandEdgeWL(
double
);
|
[Unmanaged C++] |
---|
public: HRESULT get_HighBandEdgeWL(
double * pVal
);
public: HRESULT put_HighBandEdgeWL(
double newVal
);
|
[Java] |
---|
public double getHighBandEdgeWL();
public void setHighBandEdgeWL(
double
);
|
See Also