Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DecimalModel ¶
type DecimalModel struct {
// contains filtered or unexported fields
}
func (*DecimalModel) Decompose ¶
func (d *DecimalModel) Decompose(buf []byte) (form byte, negative bool, coefficient []byte, exponent int32)
Decompose performs the operation.
func (*DecimalModel) String ¶
func (d *DecimalModel) String() string
String returns the string representation.
Click to show internal directories.
Click to hide internal directories.