Method TryGetFNumber
TryGetFNumber(out float)
Get the F number of the frame if possible.
Declaration
public bool TryGetFNumber(out float fNumber)
Parameters
| Type | Name | Description |
|---|---|---|
| float | fNumber | The F number of the camera frame. |
Returns
| Type | Description |
|---|---|
| bool | true if the EXIF data contains the F number of the frame. Otherwise, false. Equal to hasFNumber. |