Modifier and type | Property and description |
---|---|
float | baseScore Replies the base score. |
float | cpuScore Replies the CPU score. |
float | diskScore Replies the disk score. |
float | memoryScore Replies the Memory score. |
Modifier and type | Action and description |
---|---|
float | getBaseScore Replies the base score. |
float | getCpuScore Replies the CPU score. |
float | getDiskScore Replies the disk score. |
float | getMemoryScore Replies the Memory score. |
var baseScore : float
This property is an alias for the action: getBaseScore
var cpuScore : float
This property is an alias for the action: getCpuScore
var diskScore : float
This property is an alias for the action: getDiskScore
var memoryScore : float
This property is an alias for the action: getMemoryScore
def getBaseScore : float
def getCpuScore : float
def getDiskScore : float
def getMemoryScore : float