Module: VORuby::STC::V1_10::Coords::CPixSize
- Includes:
- SerializableToXml
- Included in:
- PixSize, PixSizeRef
- Defined in:
- lib/voruby/stc/1.10/coords.rb
Overview
Substitution group for a scalar coordinate pixel size
Instance Method Summary collapse
Methods included from SerializableToXml
Instance Method Details
#==(pixsize) ⇒ Object
608 609 610 |
# File 'lib/voruby/stc/1.10/coords.rb', line 608 def ==(pixsize) self.value == pixsize.value end |
#to_s ⇒ Object
604 605 606 |
# File 'lib/voruby/stc/1.10/coords.rb', line 604 def to_s self.value.to_s end |