C# Class Dicom.IO.Endian

Afficher le fichier Open project: fo-dicom/mdcm Class Usage Examples

Méthodes publiques

Свойство Type Description
Big Endian
Little Endian
LocalMachine Endian

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
Swap ( double value ) : double
Swap ( float value ) : float
Swap ( int value ) : int
Swap ( long value ) : long
Swap ( short value ) : short
Swap ( uint value ) : uint
Swap ( ulong value ) : ulong
Swap ( ushort value ) : ushort
SwapBytes ( int bytesToSwap, byte bytes ) : void
SwapBytes2 ( byte bytes ) : void
SwapBytes4 ( byte bytes ) : void
SwapBytes8 ( byte bytes ) : void
ToString ( ) : string
operator ( ) : bool

Private Methods

Méthode Description
Endian ( bool isBigEndian ) : System

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Swap() public static méthode

public static Swap ( double value ) : double
value double
Résultat double

Swap() public static méthode

public static Swap ( float value ) : float
value float
Résultat float

Swap() public static méthode

public static Swap ( int value ) : int
value int
Résultat int

Swap() public static méthode

public static Swap ( long value ) : long
value long
Résultat long

Swap() public static méthode

public static Swap ( short value ) : short
value short
Résultat short

Swap() public static méthode

public static Swap ( uint value ) : uint
value uint
Résultat uint

Swap() public static méthode

public static Swap ( ulong value ) : ulong
value ulong
Résultat ulong

Swap() public static méthode

public static Swap ( ushort value ) : ushort
value ushort
Résultat ushort

SwapBytes() public static méthode

public static SwapBytes ( int bytesToSwap, byte bytes ) : void
bytesToSwap int
bytes byte
Résultat void

SwapBytes2() public static méthode

public static SwapBytes2 ( byte bytes ) : void
bytes byte
Résultat void

SwapBytes4() public static méthode

public static SwapBytes4 ( byte bytes ) : void
bytes byte
Résultat void

SwapBytes8() public static méthode

public static SwapBytes8 ( byte bytes ) : void
bytes byte
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Big public_oe static_oe property

public static Endian,Dicom.IO Big
Résultat Endian

Little public_oe static_oe property

public static Endian,Dicom.IO Little
Résultat Endian

LocalMachine public_oe static_oe property

public static Endian,Dicom.IO LocalMachine
Résultat Endian