Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Calculates the edge width proportionally to the value parameter.
Syntax
client server public static int calculateEdgeWidth(real value, real maxValue)
Run On
Called
Parameters
- value
Type: real
An amount of the entity that is represented by the edge.
- maxValue
Type: real
The maximum amount of the entity that is represented by the edge that maps to the largest width of an edge.
Return Value
Type: int
An edge width that is proportional to the specified value.