ly.img.android.pesdk.backend.exif / ExifTagInfo / getValueAsRationals

getValueAsRationals

fun getValueAsRationals(): kotlin.Array<Rational>

Gets the value as an array of Rationals. This method should be used for tags of type #TYPE_RATIONAL or #TYPE_UNSIGNED_RATIONAL.

Return
kotlin.Array<Rational>: the value as as an array of Rationals, or null if the tag's value does not exist or cannot be converted to an array of Rationals.