enum

Units::ScaleFunction::FunctionSelection

Inherits Enum < Comparable < Value < Object

Constants

Cel = 0
Degf = 1
Degre = 2
Hpx = 3
Hpc = 4
Tan100 = 5
Ph = 6
Ld = 7
Ln = 8
Lg = 9
TwoLg = 10

Instance methods

cel?

Returns true if this enum value equals Cel

Source
degf?

Returns true if this enum value equals Degf

Source
degre?

Returns true if this enum value equals Degre

Source
hpc?

Returns true if this enum value equals Hpc

Source
hpx?

Returns true if this enum value equals Hpx

Source
ld?

Returns true if this enum value equals Ld

Source
lg?

Returns true if this enum value equals Lg

Source
ln?

Returns true if this enum value equals Ln

Source
ph?

Returns true if this enum value equals Ph

Source
tan100?

Returns true if this enum value equals Tan100

Source
two_lg?

Returns true if this enum value equals TwoLg

Source