Kilogram
Generally
Property | Value |
---|---|
Description | This entity represents just a kilogram. |
Namespace | DoofesZeug.Entities.Science.Base.Weight |
BaseClass | MetricValueBase |
SourceCode | Kilogram.cs |
See Also | https://en.wikipedia.org/wiki/Gram |
Properties
Declared
Name | Type | Read | Write | DefaultValue |
---|---|---|---|---|
Inherited
Name | Type | Read | Write | DefaultValue |
---|---|---|---|---|
Prefix | UnitPrefix | ✓ | ✓ | Kilo |
Unit | String | ✓ | ✓ | g |
Value | Double | ✓ | ✓ | 0 |
UML Diagram
Code Example
An example or code snippet follows soon.
Console Example
┌──────────┬───────┐
│ Property │ Value │
├──────────┼───────┤
│ Prefix │ Kilo │
│ Unit │ g │
│ Value │ 42 │
└──────────┴───────┘
JSON Example
{
"Prefix": "Kilo",
"Unit": "g",
"Value": 42.0
}
YAML Example
Prefix:
Name: Kilo
Symbol: k
Factor: 1000
Unit: g
Value: 42