Method | Description | |
---|---|---|
CreateAccordanceCalculator ( |
Create binary calculator method.
|
|
CreateAccordanceCalculator ( string type ) : IAccordanceCalculator |
Create binary calculator method.
|
|
CreateBinaryCalculator ( |
Create binary calculator method.
|
|
CreateBinaryCalculator ( string type ) : IBinaryCalculator |
Create binary calculator method.
|
|
CreateCalculator ( |
Create calculator method.
|
|
CreateCalculator ( string type ) : ICalculator |
Create calculator method.
|
|
CreateCongenericCalculator ( |
Create congeneric calculator method.
|
|
CreateCongenericCalculator ( string type ) : ICongenericCalculator |
Create congeneric calculator method.
|
|
CreateFullCalculator ( |
Create full calculator method.
|
|
CreateFullCalculator ( string type ) : IFullCalculator |
Create full calculator method.
|
public static CreateAccordanceCalculator ( |
||
type | /// The type. /// | |
return | IAccordanceCalculator |
public static CreateAccordanceCalculator ( string type ) : IAccordanceCalculator | ||
type | string | /// The type. /// |
return | IAccordanceCalculator |
public static CreateBinaryCalculator ( |
||
type | /// The type. /// | |
return | IBinaryCalculator |
public static CreateBinaryCalculator ( string type ) : IBinaryCalculator | ||
type | string | /// The type. /// |
return | IBinaryCalculator |
public static CreateCalculator ( |
||
type | /// The type. /// | |
return | ICalculator |
public static CreateCalculator ( string type ) : ICalculator | ||
type | string | /// The type. /// |
return | ICalculator |
public static CreateCongenericCalculator ( |
||
type | /// The type. /// | |
return | ICongenericCalculator |
public static CreateCongenericCalculator ( string type ) : ICongenericCalculator | ||
type | string | /// The type. /// |
return | ICongenericCalculator |
public static CreateFullCalculator ( |
||
type | /// The type. /// | |
return | IFullCalculator |
public static CreateFullCalculator ( string type ) : IFullCalculator | ||
type | string | /// The type. /// |
return | IFullCalculator |