[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 double.
Namespace: DynamicNode.PersistenceAssembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)
Syntax
| C# |
|---|
public double ReadPropertyAsDouble( string name, double def ) |
| Visual Basic |
|---|
Public Function ReadPropertyAsDouble ( _ name As String, _ def As Double _ ) As Double |
| F# |
|---|
abstract ReadPropertyAsDouble : name:string * def:float -> float override ReadPropertyAsDouble : name:string * def:float -> float |
Parameters
- name
- Type: System..::..String
Der Name der Eigenschaft.
- def
- Type: System..::..Double
Der Standardwert.