aspectRatio method
@return {number} The ratio of the size's width to its height.
Implementation
double aspectRatio()
{
return width / height;
}
@return {number} The ratio of the size's width to its height.
double aspectRatio()
{
return width / height;
}