getValueAsRationals

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

Return

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.

open fun getValueAsRationals(): Array<Rational>