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 |
Name | Type | Read | Write | DefaultValue |
---|---|---|---|---|
Name | Type | Read | Write | DefaultValue |
---|---|---|---|---|
Prefix | UnitPrefix | ✓ | ✓ | Kilo |
Unit | String | ✓ | ✓ | m |
Value | Double | ✓ | ✓ | 0 |
An example or code snippet follows soon.
┌──────────┬───────┐
│ Property │ Value │
├──────────┼───────┤
│ Prefix │ Kilo │
│ Unit │ m │
│ Value │ 12,34 │
└──────────┴───────┘
{
"Prefix": "Kilo",
"Unit": "m",
"Value": 12.34
}
Prefix:
Name: Kilo
Symbol: k
Factor: 1000
Unit: m
Value: 12.34