Methods

Class Index [+]

Quicksearch

When::TM::Duration

時間次元における長さ又は距離を記述するために使うデータ型

see gml schema

Public Instance Methods

abs() click to toggle source

絶対値

   returns : When::TM::Duration
     # File when/tmobjects.rb, line 530
530:     def abs
531:       sign > 0 ? self.dup : -self
532:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.