FloatArray.Digits

FloatArray.Digits property

Gets or sets the digits. The digits attribute indicates the number of significant decimal digits of the float values that can be contained in the array. The default value is 6. Optional attribute.

public byte Digits { get; set; }

See Also