Click or drag to resize

SpeedRangeRange Class

A range of speeds.
Inheritance Hierarchy
SystemObject
  Demo3D.Time.CoSimulationSpeedRangeRange

Namespace: Demo3D.Time.CoSimulation
Assembly: Demo3D.Time (in Demo3D.Time.dll) Version: 19.00.00
Syntax
C#
public sealed class Range

The SpeedRangeRange type exposes the following members.

Constructors
 NameDescription
Public methodSpeedRangeRange Constructs a range of speeds.
Top
Properties
 NameDescription
Public propertyMaxSpeed The fastest speed in the range.
Public propertyMinSpeed The slowest speed in the range.
Top
Methods
 NameDescription
Public methodToString Converts the range to a string.
(Overrides ObjectToString)
Top
See Also