Skip to the content.

Kilometer

Generally

Property Value
Description This entity represents just a kilometer.
Namespace DoofesZeug.Entities.Science.Base.Length
BaseClass MetricValueBase
SourceCode Kilometer.cs
See Also https://en.wikipedia.org/wiki/Metre

Properties

Declared

Name Type Read Write DefaultValue
         

Inherited

Name Type Read Write DefaultValue
Prefix UnitPrefix Kilo
Unit String m
Value Double 0

UML Diagram

Kilometer.png


Code Example

An example or code snippet follows soon.

Console Example

┌──────────┬───────┐
│ Property │ Value │
├──────────┼───────┤
│ Prefix   │ Kilo  │
│ Unit     │ m     │
│ Value    │ 12,34 │
└──────────┴───────┘

JSON Example

{
  "Prefix": "Kilo",
  "Unit": "m",
  "Value": 12.34
}

YAML Example

Prefix:
  Name: Kilo
  Symbol: k
  Factor: 1000
Unit: m
Value: 12.34