Methods

Class Index [+]

Quicksearch

When::TM::Separation

長さと距離を計算するための操作を規定する

Public Instance Methods

distance(other) click to toggle source

他のWhen::TM::GeometricPrimitiveとの時間位置の差の絶対値

  other   : When::TM::GeometricPrimitive
  returns : When::TM::Duration
    # File when/tmobjects.rb, line 33
33:     def distance(other)
34:       raise TypeError, "Absolute Class #{self.class}"
35:     end
length() click to toggle source

When::TM::GeometricPrimitive 自身の持続時間

  returns : When::TM::Duration
    # File when/tmobjects.rb, line 24
24:     def length
25:       raise TypeError, "Absolute Class #{self.class}"
26:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.