OtherFloat
OtherFloat(Tag, Span<float>)
public OtherFloat(Tag tag, Span<float> data)
See Also
- class Tag
- class OtherFloat
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical
OtherFloat(Tag, float)
Initializes a new instance of the OtherFloat with the given value and tag.
public OtherFloat(Tag tag, float value)
| Parameter | Type | Description |
|---|---|---|
| tag | Tag | Element’s tag. |
| value | Single | Element’s value. |
Exceptions
| exception | condition |
|---|---|
| DicomValidationException | The provided data are invalid. |
See Also
- class Tag
- class OtherFloat
- namespace Aspose.Medical.Dicom.Elements
- assembly Aspose.Medical