OtherFloat

OtherFloat(Tag, Span<float>)

public OtherFloat(Tag tag, Span<float> data)

See Also


OtherFloat(Tag, float)

Initializes a new instance of the OtherFloat with the given value and tag.

public OtherFloat(Tag tag, float value)
ParameterTypeDescription
tagTagElement’s tag.
valueSingleElement’s value.

Exceptions

exceptioncondition
DicomValidationExceptionThe provided data are invalid.

See Also