MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.common.Property Class Reference

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...
 

Detailed Description

The Property class stores both a numeric and text value.

Definition at line 133 of file PropertyTree.cs.

Constructor & Destructor Documentation

◆ Property() [1/2]

MyCaffe.common.Property.Property ( string  strVal,
double?  dfVal = null 
)

The constructor.

Parameters
strValSpecifies the text value.
dfValOptionally, specifies the numeric value.

Definition at line 143 of file PropertyTree.cs.

◆ Property() [2/2]

MyCaffe.common.Property.Property ( double  dfVal,
string  strVal = null 
)

The constructor.

Parameters
dfValSpecifies the numeric value.
strValOptionally, specifies the text value.

Definition at line 154 of file PropertyTree.cs.

Property Documentation

◆ Numeric

double? MyCaffe.common.Property.Numeric
get

Returns the numeric value.

Definition at line 171 of file PropertyTree.cs.

◆ Value

string MyCaffe.common.Property.Value
get

Returns the text value.

Definition at line 163 of file PropertyTree.cs.


The documentation for this class was generated from the following file: