Show / Hide Table of Contents
View Source

Class FloatingPointSingle

Encapsulates the FloatingPointSingle VR type

Inheritance
System.Object
AbstractElement<System.Single>
FloatingPointSingle
Inherited Members
AbstractElement<Single>.VR
AbstractElement<Single>.Data
AbstractElement<Single>.Data_
AbstractElement<Single>.Tag
AbstractElement<Single>.DatType
AbstractElement<Single>.DData
AbstractElement<Single>.DData_
AbstractElement<Single>.ToString()
AbstractElement<Single>.SetData(Single)
AbstractElement<Single>.SetData(Single[])
AbstractElement<Single>.GetDataOrDefault()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace:EvilDICOM.Core.Element
Assembly:EvilDICOM.dll
Syntax
public class FloatingPointSingle : AbstractElement<float>, IDICOMElement

Constructors

View Source

FloatingPointSingle()

Declaration
public FloatingPointSingle()
View Source

FloatingPointSingle(Tag, Single)

Declaration
public FloatingPointSingle(Tag tag, float data)
Parameters
Type Name Description
Tag tag
System.Single data
View Source

FloatingPointSingle(Tag, Single[])

Declaration
public FloatingPointSingle(Tag tag, float[] data)
Parameters
Type Name Description
Tag tag
System.Single[] data

Extension Methods

IDICOMElementExtensions.IsVR(VR)
IDICOMElementExtensions.ToXElement()
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX