public override double GetValue(IFieldSet fields, IPage page = null)
 {
     return fields.GetComponentLinkedNumberValue(SchemaFieldName, IsLinkedFieldMetadata, ComponentFieldName);
 }
 public override double GetValue(IFieldSet fields, IPage page = null)
 {
     return(fields.GetComponentLinkedNumberValue(SchemaFieldName, IsLinkedFieldMetadata, ComponentFieldName));
 }