jangaroo-runtime.2.0.19.source-code.Infinity.as Maven / Gradle / Ivy
/**
* API and documentation by Adobe�.
* Licensed under http://creativecommons.org/licenses/by-nc-sa/3.0/
*/
package {
/**
* A special value representing positive Infinity
. The value of this constant is the same as Number.POSITIVE_INFINITY
.
* @see Number#POSITIVE_INFINITY
*
* @example The result of division by 0 is Infinity
, but only when the divisor is a positive number.
*
* trace(0 / 0); // NaN
* trace(7 / 0); // Infinity
* trace(-7 / 0); // -Infinity
*
*/
[Native]
public const Infinity : Number;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy