Description
The F-Number ratio of the system, the effective focal length divided by the clear aperture diameter for this sensor band.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property Fnumber() As Double
|
| [C#] |
|---|
public double Fnumber {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_Fnumber(); public: __property void set_Fnumber(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_Fnumber(
double * pVal
);
public: HRESULT put_Fnumber(
double newVal
);
|
| [Java] |
|---|
public double getFnumber();
public void setFnumber(
double
);
|
See Also