SimpleConsensusResolver Constructor (Double) |
Initializes a new instance of the SimpleConsensusResolver class.
Sets user parameter threshold.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public SimpleConsensusResolver(
double threshold
)
Public Sub New (
threshold As Double
)
public:
SimpleConsensusResolver(
double threshold
)
new :
threshold : float -> SimpleConsensusResolver
Parameters
- threshold
- Type: SystemDouble
Threshold Value.
See Also