[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Liest eine Eigenschaft als float.
Namespace: DynamicNode.PersistenceAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
C# |
---|
public float ReadPropertyAsSingle( string name, float def ) |
Visual Basic |
---|
Public Function ReadPropertyAsSingle ( _ name As String, _ def As Single _ ) As Single |
F# |
---|
abstract ReadPropertyAsSingle : name:string * def:float32 -> float32 override ReadPropertyAsSingle : name:string * def:float32 -> float32 |
Parameters
- name
- Type: System..::..String
Der Name der Eigenschaft.
- def
- Type: System..::..Single
Der Standardwert.