Show / Hide Table of Contents

Asset.Precision property

Returns the smallest division of the asset, or the number of decimal places the asset can have.

Namespace: Neo.SmartContract.Framework.Services.Neo

Assembly: Neo.SmartContract.Framework

Syntax

public extern byte Precision {get;}

Attribute value: Byte array of length 20.

Back