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 SourceBuildDICOMStringFormat(Double)
Declaration
public static string BuildDICOMStringFormat(double d)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | d |
Returns
| Type | Description |
|---|---|
| System.String |
GetSignificantDigitsPostDecimal(Double)
Declaration
public static int GetSignificantDigitsPostDecimal(double d)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | d |
Returns
| Type | Description |
|---|---|
| System.Int32 |