Show / Hide Table of Contents

Class Co2Measure

Inheritance
object
Co2Measure
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CycloneDX.Models
Assembly: CycloneDX.Core.dll
Syntax
[ProtoContract]
public class Co2Measure

Properties

| Edit this page View Source

Unit

Declaration
[ProtoMember(2)]
public CO2Unit Unit { get; set; }
Property Value
Type Description
CO2Unit
| Edit this page View Source

Value

Declaration
[ProtoMember(1)]
public float Value { get; set; }
Property Value
Type Description
float
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX