Click or drag to resize
CloneLibraryAddLibrary Method (String, Single, Single)
Add Library to existing list of libraries.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void AddLibrary(
	string libraryName,
	float mean,
	float standardDeviation
)

Parameters

libraryName
Type: SystemString
Name of Library.
mean
Type: SystemSingle
Mean Length Of Insert.
standardDeviation
Type: SystemSingle
Standard Deviation Of Insert.
See Also