Struct

Area

USI.Core

Public SDK type.

public struct Area : IEquatable<Area>

Constructors

Area

public Area(double Value, AreaUnit Unit)

Properties

SquareMeters

public double SquareMeters { get; }

Unit

public AreaUnit Unit { get; set; }

Value

public double Value { get; set; }

Methods

Deconstruct

public void Deconstruct(double Value, AreaUnit Unit)

Equals

public bool Equals(object obj)

Equals

public bool Equals(Area other)

GetHashCode

public int GetHashCode()

In

public Area In(AreaUnit unit)

ToString

public string ToString()