System.getSystemPropertyAsDouble()

Signature

double getSystemPropertyAsDouble (String propertyKey, double defaultValue)

Domain

ACTION, CONDITION, BUI

Description

Returns the requested System property value as an double.

Parameters

NameTypeDescription
propertyKeyStringThe property key to set a new value for.
defaultValuedoubleThe value to return if the requested value is not present.

Returns

TypeDescription
doubleThe requested System property value as an double.

Cautions

none