Discuss this help topic in SecureBlackbox Forum

TElOneDrivePhoto.ExposureNumerator

TElOneDrivePhoto     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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).

See also:     ExposureDenominator    

Discuss this help topic in SecureBlackbox Forum