com.latencybusters.pdm
Class PDMDecimal

java.lang.Object
  extended by com.latencybusters.pdm.PDMDecimal

public class PDMDecimal
extends java.lang.Object

A representation of a decimal with an exponent and mantissa


Constructor Summary
PDMDecimal(long mantissa, byte exponent)
           
 
Method Summary
 byte getExponent()
           
 long getMantissa()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PDMDecimal

public PDMDecimal(long mantissa,
                  byte exponent)
Method Detail

getMantissa

public long getMantissa()

getExponent

public byte getExponent()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


All of the documentation and software included in this and any other Informatica Inc "Ultra Messaging" Release is Copyright (C) 2004-2014, Informatica Corporation. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted only as covered by the terms of a valid software license agreement with 29West Inc. Copyright © 2004-2014, Informatica, Inc. All Rights Reserved.