Interface ILiteralReal
The public interface for LiteralReal
[DefaultImplementationType(typeof(LiteralReal))]
[XmlDefaultImplementationType(typeof(LiteralReal))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//LiteralReal")]
public interface ILiteralReal : ILiteralSpecification, IValueSpecification, IPackageableElement, ITypedElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Value
The value property
[XmlElementName("value")]
[XmlAttribute(true)]
double Value { get; set; }