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