FloatDataItemValue Property |
Item value.
Namespace: Bio.IO.AppliedBiosystems.DataTypesAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic float[] Value { get; set; }
Public Property Value As Single()
Get
Set
public:
property array<float>^ Value {
array<float>^ get ();
void set (array<float>^ value);
}
member Value : float32[] with get, set
Property Value
Type:
Single
See Also