Show / Hide Table of Contents
View Source

Class DoubleHelper

Inheritance
System.Object
DoubleHelper
Inherited Members
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)
System.Object.ToString()
Namespace:EvilDICOM.Core.Helpers
Assembly:EvilDICOM.dll
Syntax
public class DoubleHelper

Methods

View Source

BuildDICOMStringFormat(Double)

Declaration
public static string BuildDICOMStringFormat(double d)
Parameters
Type Name Description
System.Double d
Returns
Type Description
System.String
View Source

GetSignificantDigitsPostDecimal(Double)

Declaration
public static int GetSignificantDigitsPostDecimal(double d)
Parameters
Type Name Description
System.Double d
Returns
Type Description
System.Int32
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX