Class EnergyMeasure
Inheritance
System.Object
EnergyMeasure
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
public class EnergyMeasure : object
Properties
| Improve this Doc View SourceUnit
Declaration
public EnergyUnit Unit { get; set; }
Property Value
Type | Description |
---|---|
EnergyUnit |
Value
Declaration
public float Value { get; set; }
Property Value
Type | Description |
---|---|
System.Single |