![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The Property class stores both a numeric and text value. More...
Public Member Functions | |
| Property (string strVal, double? dfVal=null) | |
| The constructor. More... | |
| Property (double dfVal, string strVal=null) | |
| The constructor. More... | |
Properties | |
| string | Value [get] |
| Returns the text value. More... | |
| double? | Numeric [get] |
| Returns the numeric value. More... | |
The Property class stores both a numeric and text value.
Definition at line 133 of file PropertyTree.cs.
| MyCaffe.common.Property.Property | ( | string | strVal, |
| double? | dfVal = null |
||
| ) |
The constructor.
| strVal | Specifies the text value. |
| dfVal | Optionally, specifies the numeric value. |
Definition at line 143 of file PropertyTree.cs.
| MyCaffe.common.Property.Property | ( | double | dfVal, |
| string | strVal = null |
||
| ) |
The constructor.
| dfVal | Specifies the numeric value. |
| strVal | Optionally, specifies the text value. |
Definition at line 154 of file PropertyTree.cs.
|
get |
Returns the numeric value.
Definition at line 171 of file PropertyTree.cs.
|
get |
Returns the text value.
Definition at line 163 of file PropertyTree.cs.