AVEVA OMI Software Developer Kit



ValueAsFloat Property
Gets the value as type Float.
Syntax
'Declaration
 
<SuppressMessageAttribute("Microsoft.Naming", 
   "CA1720:IdentifiersShouldNotContainTypeNames", 
   MessageId="float", 
   Justification="Acked")>
Public MustOverride ReadOnly Property ValueAsFloat As Single
'Usage
 
Dim instance As Value
Dim value As Single
 
value = instance.ValueAsFloat
[SuppressMessage("Microsoft.Naming", 
   "CA1720:IdentifiersShouldNotContainTypeNames", 
   MessageId="float", 
   Justification="Acked")]
public abstract float ValueAsFloat {get;}
[SuppressMessage("Microsoft.Naming", 
   "CA1720:IdentifiersShouldNotContainTypeNames", 
   MessageId="float", 
   Justification="Acked")]
public:
abstract property float ValueAsFloat {
   float get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also