All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jangaroo-runtime.2.0.19.source-code.Infinity.as Maven / Gradle / Ivy

There is a newer version: 4.1.8
Show newest version
/**
 * 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