Size implements the Datum interface.
()
| 986 | |
| 987 | // Size implements the Datum interface. |
| 988 | func (d *DFloat) Size() uintptr { |
| 989 | return unsafe.Sizeof(*d) |
| 990 | } |
| 991 | |
| 992 | // IsComposite implements the CompositeDatum interface. |
| 993 | func (d *DFloat) IsComposite() bool { |