Discuss this help topic in SecureBlackbox Forum
The numerator of the shutter speed.
Declaration
[C#]
double ExposureNumerator;
[VB.NET]
Property ExposureNumerator As Double
[Pascal]
property ExposureNumerator: double;
[C++]
double get_ExposureNumerator();
[PHP]
double get_ExposureNumerator()
[Java]
double getExposureNumerator();
Description
The numerator of the shutter speed that the photo was taken at (for example, the 1/15 seconds exposure has the numerator of 1).
Discuss this help topic in SecureBlackbox Forum