Show / Hide Table of Contents

Interface IEnergyData

Represents an energy data.

Namespace: Edgar.Legacy.Core.Configurations.Interfaces.EnergyData
Assembly: Edgar.dll
Syntax
public interface IEnergyData

Properties

Energy

Energy of the node.

Declaration
float Energy { get; set; }
Property Value
Type Description
System.Single

IsValid

Whether the energy data is valid.

Declaration
bool IsValid { get; set; }
Property Value
Type Description
System.Boolean
Back to top Generated by DocFX