Centimeter
Generally
Property | Value |
---|---|
Description | This entity represents just a centimeter. |
Namespace | DoofesZeug.Entities.Science.Base.Length |
BaseClass | MetricValueBase |
SourceCode | Centimeter.cs |
See Also | https://en.wikipedia.org/wiki/Metre |
Properties
Declared
Name | Type | Read | Write | DefaultValue |
---|---|---|---|---|
Inherited
Name | Type | Read | Write | DefaultValue |
---|---|---|---|---|
Prefix | UnitPrefix | ✓ | ✓ | Centi |
Unit | String | ✓ | ✓ | m |
Value | Double | ✓ | ✓ | 0 |
UML Diagram
Code Example
An example or code snippet follows soon.
Console Example
┌──────────┬───────┐
│ Property │ Value │
├──────────┼───────┤
│ Prefix │ Centi │
│ Unit │ m │
│ Value │ 142 │
└──────────┴───────┘
JSON Example
{
"Prefix": "Centi",
"Unit": "m",
"Value": 142.0
}
YAML Example
Prefix:
Name: Centi
Symbol: c
Factor: 0.01
Unit: m
Value: 142