Meter
Generally
| Property | Value |
|---|---|
| Description | This entity represents just a meter. |
| Namespace | DoofesZeug.Entities.Science.Base.Length |
| BaseClass | MetricValueBase |
| SourceCode | Meter.cs |
| See Also | https://en.wikipedia.org/wiki/Metre |
Properties
Declared
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
Inherited
| Name | Type | Read | Write | DefaultValue |
|---|---|---|---|---|
| Prefix | UnitPrefix | ✓ | ✓ | Base |
| Unit | String | ✓ | ✓ | m |
| Value | Double | ✓ | ✓ | 0 |
UML Diagram

Code Example
An example or code snippet follows soon.
Console Example
┌──────────┬───────┐
│ Property │ Value │
├──────────┼───────┤
│ Prefix │ Base │
│ Unit │ m │
│ Value │ 1,42 │
└──────────┴───────┘
JSON Example
{
"Prefix": "Base",
"Unit": "m",
"Value": 1.42
}
YAML Example
Prefix:
Name: Base
Symbol: ''
Factor: 1
Unit: m
Value: 1.4199999999999999