ValueAsFloat Property
- Last UpdatedAug 21, 2026
- 1 minute read
'Declaration
<SuppressMessageAttribute("Microsoft.Naming",
"CA1720:IdentifiersShouldNotContainTypeNames",
MessageId="float",
Justification="Acked")>
Public MustOverride ReadOnly Property ValueAsFloat As Single
[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();
}