Decimal

A variable precision number
Protobuf type TW.Harmony.Proto.Decimal

Types

Link copied to clipboard
class Builder
A variable precision number
Protobuf type TW.Harmony.Proto.Decimal

Functions

Link copied to clipboard
open fun getDefaultInstance(): Decimal
Link copied to clipboard
open fun getPrecision(): ByteString
The precision (number of decimals)
bytes precision = 2;
Link copied to clipboard
open fun getValue(): ByteString
The 'raw' value
bytes value = 1;
Link copied to clipboard
open fun newBuilder(prototype: Decimal): Harmony.Decimal.Builder
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream): Decimal
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Decimal
Link copied to clipboard
open fun parseFrom(data: Array<Byte>): Decimal
open fun parseFrom(data: ByteString): Decimal
open fun parseFrom(input: CodedInputStream): Decimal
open fun parseFrom(input: InputStream): Decimal
open fun parseFrom(data: ByteBuffer): Decimal
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): Decimal
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): Decimal
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): Decimal
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): Decimal
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): Decimal
Link copied to clipboard
open fun parser(): Parser<Decimal>

Properties

Link copied to clipboard
Link copied to clipboard